#0724DB
A medium, vivid blue closely aligning with Mediumblue.
About #0724DB
The hex code #0724DB represents a beautifully specific shade of blue. It is closely associated with the named CSS color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 36, and 219.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 97% cyan, 84% magenta, 0% yellow, and 14% black. The HSL representation is 231.8° hue, 93.8% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0724DB
RGB7, 36, 219
HSL231.8°, 93.8%, 44.3%
CMYK97%, 84%, 0%, 14%
HSV231.8°, 96.8%, 85.9%
LAB30.5, 60.7, -90.5
XYZ13.5, 6.4, 67.5
Decimal468187
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.19:1
Text on #FFFFFF
AAA
2.28:1
Text on #000000
FAIL
8.79:1
Text on #F8FAFC
AAA
1.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0724DB;
}
.text-color {
color: #0724DB;
}
.border-color {
border: 2px solid #0724DB;
}