#0F42BD
A medium, vivid blue closely aligning with Slateblue.
About #0F42BD
The hex code #0F42BD represents a beautifully specific shade of blue. Its closest recognized web color is Slateblue. In the RGB color space, it consists of 15 red, 66 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 92% C, 65% M, 0% Y, and 26% K. With a hue angle of 222.4 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F42BD
RGB15, 66, 189
HSL222.4°, 85.3%, 40.0%
CMYK92%, 65%, 0%, 26%
HSV222.4°, 92.1%, 74.1%
LAB33.3, 33.6, -68.3
XYZ11.3, 7.7, 49.0
Decimal1000125
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.29:1
Text on #FFFFFF
AAA
2.53:1
Text on #000000
FAIL
7.92:1
Text on #F8FAFC
AAA
2.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F42BD;
}
.text-color {
color: #0F42BD;
}
.border-color {
border: 2px solid #0F42BD;
}