#0724F8
A medium, vivid blue closely aligning with Blue.
About #0724F8
The precise color #0724F8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Blue. This translates to an RGB value of rgb(7, 36, 248).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 97% cyan, 85% magenta, 0% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0724F8
RGB7, 36, 248
HSL232.8°, 94.5%, 50.0%
CMYK97%, 85%, 0%, 3%
HSV232.8°, 97.2%, 97.3%
LAB34.2, 69.1, -100.8
XYZ17.7, 8.1, 89.4
Decimal468216
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.02:1
Text on #FFFFFF
AAA
2.62:1
Text on #000000
FAIL
7.67:1
Text on #F8FAFC
AAA
2.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0724F8;
}
.text-color {
color: #0724F8;
}
.border-color {
border: 2px solid #0724F8;
}