#2449F0
A medium, vivid blue closely aligning with Blueviolet.
About #2449F0
At its core, #2449F0 is a medium and vivid hue. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(36, 73, 240).
Translating this color to physical media requires the CMYK color model. The color uses 85% Cyan, 70% Magenta, 0% Yellow, and 6% Black. With a hue angle of 229.1 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2449F0
RGB36, 73, 240
HSL229.1°, 87.2%, 54.1%
CMYK85%, 70%, 0%, 6%
HSV229.1°, 85.0%, 94.1%
LAB40.3, 48.9, -86.1
XYZ18.8, 11.4, 83.7
Decimal2378224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.39:1
Text on #FFFFFF
AA
3.29:1
Text on #000000
AA Large
6.11:1
Text on #F8FAFC
AA
2.79:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2449F0;
}
.text-color {
color: #2449F0;
}
.border-color {
border: 2px solid #2449F0;
}