If r.v. $X$ has mean $\mu_x$, variance $\sigma_x^2$, and r.v $Y$ has mean $\mu_y$, variance $\sigma_y^2$. I'm interested in the expectation and covariance of the random vector $\begin{bmatrix} X \\ Y \end{bmatrix}$. Without any additional information about the joint distribution, is it always true that
$$\mathbb{E}\begin{bmatrix} X \\ Y \end{bmatrix} = \begin{bmatrix} \mu_x \\ \mu_y \end{bmatrix}$$ $$Cov\begin{bmatrix} X \\ Y \end{bmatrix} = \begin{bmatrix} \sigma_x^2 & \sigma_{xy} \\ \sigma_{xy}& \sigma_y^2 \end{bmatrix}$$
where $\sigma_{xy}$ is the covariance $Cov(X, Y)$?
Yes, the formula is true by the definitions of expectation of random vectors and covariance matrices.
But when you calculate $E(XY)$, which is needed when you calculate the covariance $\textrm{Cov}(X,Y)$, you need information for the joint distribution.