#0024D3
A medium, vivid blue closely aligning with Mediumblue.
About #0024D3
The precise color #0024D3 is an excellent choice for modern design projects. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(0, 36, 211).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 100% cyan, 83% magenta, 0% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0024D3
RGB0, 36, 211
HSL229.8°, 100.0%, 41.4%
CMYK100%, 83%, 0%, 17%
HSV229.8°, 100.0%, 82.7%
LAB29.3, 58.2, -87.7
XYZ12.4, 6.0, 62.1
Decimal9427
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.58:1
Text on #FFFFFF
AAA
2.19:1
Text on #000000
FAIL
9.15:1
Text on #F8FAFC
AAA
1.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0024D3;
}
.text-color {
color: #0024D3;
}
.border-color {
border: 2px solid #0024D3;
}