#07A0E9
A medium, vivid blue closely aligning with Deepskyblue.
About #07A0E9
The precise color #07A0E9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Deepskyblue. This translates to an RGB value of rgb(7, 160, 233).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 97% cyan, 31% magenta, 0% yellow, and 9% black. The HSL representation is 199.4° hue, 94.2% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 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#07A0E9
RGB7, 160, 233
HSL199.4°, 94.2%, 47.1%
CMYK97%, 31%, 0%, 9%
HSV199.4°, 97.0%, 91.4%
LAB62.6, -8.5, -46.2
XYZ27.4, 31.1, 81.6
Decimal499945
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.21:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A0E9;
}
.text-color {
color: #07A0E9;
}
.border-color {
border: 2px solid #07A0E9;
}