Hyperlinks in CV (Resume)

The technique that I use for my resume is to make the links (created using the hyperref package) a dark blue color. When I print the document on my black and white laser printer it looks the same as my other text. When looking at it on screen, the color difference is noticeable. (The color can be altered to make it look even more noticeable but it might possibly affect print quality.)

example output

Here is a MWE:

\documentclass[12pt]{article}
\usepackage{color,hyperref}
\definecolor{darkblue}{rgb}{0.0,0.0,0.3}
\hypersetup{colorlinks,breaklinks,linkcolor=darkblue,urlcolor=darkblue,anchorcolor=darkblue,citecolor=darkblue}

\begin{document}

\Huge I like \href{http://en.wikipedia.org/wiki/Potatoe}{potatoes}.

\end{document}

Tags:

Cv

Hyperref