#1D24CC
A medium, vivid blue closely aligning with Mediumblue.
About #1D24CC
At its core, #1D24CC is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 29 red, 36 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 86% C, 82% M, 0% Y, and 20% K. The HSL representation is 237.6° hue, 75.1% saturation, and 45.7% lightness.
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#1D24CC
RGB29, 36, 204
HSL237.6°, 75.1%, 45.7%
CMYK86%, 82%, 0%, 20%
HSV237.6°, 85.8%, 80.0%
LAB29.1, 56.6, -84.0
XYZ12.0, 5.9, 57.6
Decimal1909964
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.65:1
Text on #FFFFFF
AAA
2.18:1
Text on #000000
FAIL
9.22:1
Text on #F8FAFC
AAA
1.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D24CC;
}
.text-color {
color: #1D24CC;
}
.border-color {
border: 2px solid #1D24CC;
}