#0F24C5
A medium, vivid blue closely aligning with Mediumblue.
About #0F24C5
The hex code #0F24C5 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(15, 36, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 92% C, 82% M, 0% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F24C5
RGB15, 36, 197
HSL233.1°, 85.8%, 41.6%
CMYK92%, 82%, 0%, 23%
HSV233.1°, 92.4%, 77.3%
LAB27.8, 54.0, -82.0
XYZ10.9, 5.4, 53.3
Decimal992453
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.10:1
Text on #FFFFFF
AAA
2.08:1
Text on #000000
FAIL
9.65:1
Text on #F8FAFC
AAA
1.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F24C5;
}
.text-color {
color: #0F24C5;
}
.border-color {
border: 2px solid #0F24C5;
}