#0F66C5
A medium, vivid blue closely aligning with Royalblue.
About #0F66C5
The precise color #0F66C5 is an excellent choice for modern design projects. Designers often compare it to the standard color Royalblue. In the RGB color space, it consists of 15 red, 102 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. The color uses 92% Cyan, 48% Magenta, 0% Yellow, and 23% Black. With a hue angle of 211.3 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F66C5
RGB15, 102, 197
HSL211.3°, 85.8%, 41.6%
CMYK92%, 48%, 0%, 23%
HSV211.3°, 92.4%, 77.3%
LAB43.7, 13.0, -56.0
XYZ15.0, 13.6, 54.7
Decimal1009349
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.63:1
Text on #FFFFFF
AA
3.73:1
Text on #000000
AA Large
5.39:1
Text on #F8FAFC
AA
3.17:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F66C5;
}
.text-color {
color: #0F66C5;
}
.border-color {
border: 2px solid #0F66C5;
}