HEX
#
RGB
HSL

#1E90FF CSS / HTML Preview

Text with hexadecimal color #1E90FF

This text has a font color of #1E90FF.

<span style="color:#1E90FF;">Your text here</span>
#1E90FF border color

This element has a border color of #1E90FF.

<div style="border:2px solid #1E90FF;">Content here</div>
#1E90FF background color

This paragraph has a background color of #1E90FF.

<p style="background-color:#1E90FF;">Content here</p>
CSS codes
.text {color:#1E90FF;}
.background {background-color:#1E90FF;}
.border {border:1px solid #1E90FF;}