#0F24CC
A medium, vivid blue closely aligning with Mediumblue.
About #0F24CC
The hex code #0F24CC represents a beautifully specific shade of blue. Designers often compare it to the standard color Mediumblue. This translates to an RGB value of rgb(15, 36, 204).
For print applications, it's crucial to understand its CMYK makeup. The color uses 93% Cyan, 82% Magenta, 0% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#0F24CC
RGB15, 36, 204
HSL233.3°, 86.3%, 42.9%
CMYK93%, 82%, 0%, 20%
HSV233.3°, 92.6%, 80.0%
LAB28.7, 56.2, -84.7
XYZ11.7, 5.7, 57.6
Decimal992460
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.79:1
Text on #FFFFFF
AAA
2.14:1
Text on #000000
FAIL
9.36:1
Text on #F8FAFC
AAA
1.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F24CC;
}
.text-color {
color: #0F24CC;
}
.border-color {
border: 2px solid #0F24CC;
}