#241DE2
A medium, vivid blue closely aligning with Mediumblue.
About #241DE2
Visually, #241DE2 is defined as a vivid blue. Its closest recognized web color is Mediumblue. In the RGB color space, it consists of 36 red, 29 green, and 226 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 84% C, 87% M, 0% Y, and 11% K. With a hue angle of 242.1 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#241DE2
RGB36, 29, 226
HSL242.1°, 77.3%, 50.0%
CMYK84%, 87%, 0%, 11%
HSV242.1°, 87.2%, 88.6%
LAB31.2, 66.0, -93.2
XYZ14.9, 6.7, 72.5
Decimal2366946
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.94:1
Text on #FFFFFF
AAA
2.35:1
Text on #000000
FAIL
8.54:1
Text on #F8FAFC
AAA
2.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #241DE2;
}
.text-color {
color: #241DE2;
}
.border-color {
border: 2px solid #241DE2;
}