#0066F0
A medium, vivid blue closely aligning with Royalblue.
About #0066F0
The hex code #0066F0 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Royalblue. In the RGB color space, it consists of 0 red, 102 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 57% Magenta, 0% Yellow, and 6% Black. The HSL representation is 214.5° hue, 100.0% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0066F0
RGB0, 102, 240
HSL214.5°, 100.0%, 47.1%
CMYK100%, 57%, 0%, 6%
HSV214.5°, 100.0%, 94.1%
LAB46.7, 29.5, -75.6
XYZ20.5, 15.8, 84.4
Decimal26352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.05:1
Text on #FFFFFF
AA
4.16:1
Text on #000000
AA Large
4.83:1
Text on #F8FAFC
AA
3.54:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0066F0;
}
.text-color {
color: #0066F0;
}
.border-color {
border: 2px solid #0066F0;
}