#0F5FD3
A medium, vivid blue closely aligning with Royalblue.
About #0F5FD3
Visually, #0F5FD3 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 95, and 211.
For print applications, it's crucial to understand its CMYK makeup. The color uses 93% Cyan, 55% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#0F5FD3
RGB15, 95, 211
HSL215.5°, 86.7%, 44.3%
CMYK93%, 55%, 0%, 17%
HSV215.5°, 92.9%, 82.7%
LAB42.7, 23.1, -65.6
XYZ16.0, 13.0, 63.3
Decimal1007571
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.84:1
Text on #FFFFFF
AA
3.60:1
Text on #000000
AA Large
5.58:1
Text on #F8FAFC
AA
3.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F5FD3;
}
.text-color {
color: #0F5FD3;
}
.border-color {
border: 2px solid #0F5FD3;
}