#2407FF
A medium, vivid blue closely aligning with Blue.
About #2407FF
The hex code #2407FF represents a beautifully specific shade of blue. Designers often compare it to the standard color Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 7, and 255.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 86% C, 97% M, 0% Y, and 0% K. With a hue angle of 247.0 degrees, it sits comfortably in the blue spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2407FF
RGB36, 7, 255
HSL247.0°, 100.0%, 51.4%
CMYK86%, 97%, 0%, 0%
HSV247.0°, 97.3%, 100.0%
LAB33.5, 78.5, -105.9
XYZ18.9, 7.7, 95.1
Decimal2361343
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.24:1
Text on #FFFFFF
AAA
2.55:1
Text on #000000
FAIL
7.87:1
Text on #F8FAFC
AAA
2.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2407FF;
}
.text-color {
color: #2407FF;
}
.border-color {
border: 2px solid #2407FF;
}