#07AFF0
A medium, vivid blue closely aligning with Deepskyblue.
About #07AFF0
The hex code #07AFF0 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Deepskyblue. This translates to an RGB value of rgb(7, 175, 240).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 97% cyan, 27% magenta, 0% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07AFF0
RGB7, 175, 240
HSL196.7°, 94.3%, 48.4%
CMYK97%, 27%, 0%, 6%
HSV196.7°, 97.1%, 94.1%
LAB67.3, -14.2, -42.7
XYZ31.1, 37.0, 87.9
Decimal503792
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.40:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07AFF0;
}
.text-color {
color: #07AFF0;
}
.border-color {
border: 2px solid #07AFF0;
}