#0724F0
A medium, vivid blue closely aligning with Mediumblue.
About #0724F0
Visually, #0724F0 is defined as a vivid blue. Designers often compare it to the standard color Mediumblue. In the RGB color space, it consists of 7 red, 36 green, and 240 blue.
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 6% black. With a hue angle of 232.5 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. 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#0724F0
RGB7, 36, 240
HSL232.5°, 94.3%, 48.4%
CMYK97%, 85%, 0%, 6%
HSV232.5°, 97.1%, 94.1%
LAB33.1, 66.8, -98.0
XYZ16.4, 7.6, 83.0
Decimal468208
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.33:1
Text on #FFFFFF
AAA
2.52:1
Text on #000000
FAIL
7.97:1
Text on #F8FAFC
AAA
2.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0724F0;
}
.text-color {
color: #0724F0;
}
.border-color {
border: 2px solid #0724F0;
}