To make all paragraphs <p> have blue text color, which CSS property would you apply?
<p>
p { color: #FF0000; }
p { color: blue; }
p { color: rgb(0, 0, 0); }
p { color: white; }