#0716C5
A medium, vivid blue closely aligning with Mediumblue.
About #0716C5
The hex code #0716C5 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 22, and 197.
For print applications, it's crucial to understand its CMYK makeup. The color uses 96% Cyan, 89% Magenta, 0% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0716C5
RGB7, 22, 197
HSL235.3°, 93.1%, 40.0%
CMYK96%, 89%, 0%, 23%
HSV235.3°, 96.4%, 77.3%
LAB25.7, 59.7, -85.6
XYZ10.5, 4.7, 53.2
Decimal464581
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.88:1
Text on #FFFFFF
AAA
1.93:1
Text on #000000
FAIL
10.40:1
Text on #F8FAFC
AAA
1.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0716C5;
}
.text-color {
color: #0716C5;
}
.border-color {
border: 2px solid #0716C5;
}