#2424FF
A medium, vivid blue closely aligning with Blue.
About #2424FF
At its core, #2424FF is a medium and vivid hue. It is closely associated with the named CSS color Blue. This translates to an RGB value of rgb(36, 36, 255).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 86% cyan, 86% magenta, 0% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2424FF
RGB36, 36, 255
HSL240.0°, 100.0%, 57.1%
CMYK86%, 86%, 0%, 0%
HSV240.0°, 85.9%, 100.0%
LAB35.7, 71.6, -102.2
XYZ19.4, 8.9, 95.3
Decimal2368767
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.58:1
Text on #FFFFFF
AAA
2.77:1
Text on #000000
FAIL
7.24:1
Text on #F8FAFC
AAA
2.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2424FF;
}
.text-color {
color: #2424FF;
}
.border-color {
border: 2px solid #2424FF;
}