#0F66DB
A medium, vivid blue closely aligning with Royalblue.
About #0F66DB
At its core, #0F66DB is a medium and vivid hue. It is closely associated with the named CSS color Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 102, and 219.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 93% cyan and 53% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F66DB
RGB15, 102, 219
HSL214.4°, 87.2%, 45.9%
CMYK93%, 53%, 0%, 14%
HSV214.4°, 93.2%, 85.9%
LAB45.2, 21.7, -66.1
XYZ17.7, 14.7, 68.9
Decimal1009371
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.32:1
Text on #FFFFFF
AA
3.94:1
Text on #000000
AA Large
5.09:1
Text on #F8FAFC
AA
3.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F66DB;
}
.text-color {
color: #0F66DB;
}
.border-color {
border: 2px solid #0F66DB;
}