#0724FF
A medium, vivid blue closely aligning with Blue.
About #0724FF
Visually, #0724FF is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Blue. In the RGB color space, it consists of 7 red, 36 green, and 255 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 97% Cyan, 86% Magenta, 0% Yellow, and 0% Black. The HSL representation is 233.0° hue, 100.0% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0724FF
RGB7, 36, 255
HSL233.0°, 100.0%, 51.4%
CMYK97%, 86%, 0%, 0%
HSV233.0°, 97.3%, 100.0%
LAB35.1, 71.1, -103.3
XYZ18.8, 8.5, 95.3
Decimal468223
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.76:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.42:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0724FF;
}
.text-color {
color: #0724FF;
}
.border-color {
border: 2px solid #0724FF;
}