#0F5FF0
A medium, vivid blue closely aligning with Royalblue.
About #0F5FF0
Visually, #0F5FF0 is defined as a vivid blue. Designers often compare it to the standard color Royalblue. Its digital footprint relies on 15 parts red, 95 parts green, and 240 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 94% C, 60% M, 0% Y, and 6% K. The HSL representation is 218.7° hue, 88.2% saturation, and 50.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F5FF0
RGB15, 95, 240
HSL218.7°, 88.2%, 50.0%
CMYK94%, 60%, 0%, 6%
HSV218.7°, 93.8%, 94.1%
LAB45.0, 34.3, -78.3
XYZ20.0, 14.6, 84.2
Decimal1007600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.36:1
Text on #FFFFFF
AA
3.92:1
Text on #000000
AA Large
5.13:1
Text on #F8FAFC
AA
3.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F5FF0;
}
.text-color {
color: #0F5FF0;
}
.border-color {
border: 2px solid #0F5FF0;
}