#2400B6
A dark, vivid blue closely aligning with Mediumblue.
About #2400B6
Visually, #2400B6 is defined as a vivid blue. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(36, 0, 182).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 80% C, 100% M, 0% Y, and 29% K. The HSL representation is 251.9° hue, 100.0% saturation, and 35.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark 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#2400B6
RGB36, 0, 182
HSL251.9°, 100.0%, 35.7%
CMYK80%, 100%, 0%, 29%
HSV251.9°, 100.0%, 71.4%
LAB22.8, 61.9, -81.5
XYZ9.2, 3.8, 44.5
Decimal2359478
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.00:1
Text on #FFFFFF
AAA
1.75:1
Text on #000000
FAIL
11.47:1
Text on #F8FAFC
AAA
1.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2400B6;
}
.text-color {
color: #2400B6;
}
.border-color {
border: 2px solid #2400B6;
}