#0F50B6
A dark, vivid blue closely aligning with Royalblue.
About #0F50B6
The precise color #0F50B6 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Royalblue. In the RGB color space, it consists of 15 red, 80 green, and 182 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 92% C, 56% M, 0% Y, and 29% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F50B6
RGB15, 80, 182
HSL216.6°, 84.8%, 38.6%
CMYK92%, 56%, 0%, 29%
HSV216.6°, 91.8%, 71.4%
LAB36.4, 21.5, -59.1
XYZ11.5, 9.2, 45.4
Decimal1003702
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.39:1
Text on #FFFFFF
AAA
2.84:1
Text on #000000
FAIL
7.06:1
Text on #F8FAFC
AAA
2.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F50B6;
}
.text-color {
color: #0F50B6;
}
.border-color {
border: 2px solid #0F50B6;
}