#0724D3
A medium, vivid blue closely aligning with Mediumblue.
About #0724D3
Visually, #0724D3 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumblue. Its digital footprint relies on 7 parts red, 36 parts green, and 211 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 97% C, 83% M, 0% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#0724D3
RGB7, 36, 211
HSL231.5°, 93.6%, 42.7%
CMYK97%, 83%, 0%, 17%
HSV231.5°, 96.7%, 82.7%
LAB29.4, 58.3, -87.5
XYZ12.5, 6.0, 62.1
Decimal468179
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.54:1
Text on #FFFFFF
AAA
2.20:1
Text on #000000
FAIL
9.11:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0724D3;
}
.text-color {
color: #0724D3;
}
.border-color {
border: 2px solid #0724D3;
}