Distance from point to line

For a line l_1 and point A:

Find the distance between the point (2,3,4) and the line l:r=\begin{pmatrix}1\\0\\2\end{pmatrix}+\lambda\begin{pmatrix}3\\-1\\4\end{pmatrix}