#0F5FBD
A medium, vivid blue closely aligning with Royalblue.
About #0F5FBD
The precise color #0F5FBD 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, 95 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. The color uses 92% Cyan, 50% Magenta, 0% Yellow, and 26% Black. With a hue angle of 212.4 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F5FBD
RGB15, 95, 189
HSL212.4°, 85.3%, 40.0%
CMYK92%, 50%, 0%, 26%
HSV212.4°, 92.1%, 74.1%
LAB41.2, 14.4, -55.5
XYZ13.5, 12.0, 49.7
Decimal1007549
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.19:1
Text on #FFFFFF
AA
3.39:1
Text on #000000
AA Large
5.92:1
Text on #F8FAFC
AA
2.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5FBD;
}
.text-color {
color: #0F5FBD;
}
.border-color {
border: 2px solid #0F5FBD;
}