#0F50CC
A medium, vivid blue closely aligning with Royalblue.
About #0F50CC
When working with digital screens, the color #0F50CC is rendered by mixing light. Designers often compare it to the standard color Royalblue. Its digital footprint relies on 15 parts red, 80 parts green, and 204 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 93% C, 61% M, 0% Y, and 20% K. The HSL representation is 219.4° hue, 86.3% saturation, and 42.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#0F50CC
RGB15, 80, 204
HSL219.4°, 86.3%, 42.9%
CMYK93%, 61%, 0%, 20%
HSV219.4°, 92.6%, 80.0%
LAB38.2, 30.2, -69.0
XYZ14.0, 10.2, 58.4
Decimal1003724
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.91:1
Text on #FFFFFF
AA
3.04:1
Text on #000000
AA Large
6.60:1
Text on #F8FAFC
AA
2.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F50CC;
}
.text-color {
color: #0F50CC;
}
.border-color {
border: 2px solid #0F50CC;
}