#0716F8
A medium, vivid blue closely aligning with Blue.
About #0716F8
The hex code #0716F8 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 22, and 248.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 97% cyan, 91% magenta, 0% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0716F8
RGB7, 22, 248
HSL236.3°, 94.5%, 50.0%
CMYK97%, 91%, 0%, 3%
HSV236.3°, 97.2%, 97.3%
LAB32.7, 73.6, -103.3
XYZ17.3, 7.4, 89.3
Decimal464632
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.47:1
Text on #FFFFFF
AAA
2.48:1
Text on #000000
FAIL
8.10:1
Text on #F8FAFC
AAA
2.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0716F8;
}
.text-color {
color: #0716F8;
}
.border-color {
border: 2px solid #0716F8;
}