#073AFF
A medium, vivid blue closely aligning with Mediumblue.
About #073AFF
At its core, #073AFF is a medium and vivid hue. Designers often compare it to the standard color Mediumblue. Its digital footprint relies on 7 parts red, 58 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 97% cyan, 77% magenta, 0% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#073AFF
RGB7, 58, 255
HSL227.7°, 100.0%, 51.4%
CMYK97%, 77%, 0%, 0%
HSV227.7°, 97.3%, 100.0%
LAB38.4, 61.3, -97.8
XYZ19.7, 10.3, 95.6
Decimal473855
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.87:1
Text on #FFFFFF
AA
3.06:1
Text on #000000
AA Large
6.56:1
Text on #F8FAFC
AA
2.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #073AFF;
}
.text-color {
color: #073AFF;
}
.border-color {
border: 2px solid #073AFF;
}