#073AE9
A medium, vivid blue closely aligning with Mediumblue.
About #073AE9
When working with digital screens, the color #073AE9 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(7, 58, 233).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 97% cyan and 75% magenta inks. The HSL representation is 226.5° hue, 94.2% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#073AE9
RGB7, 58, 233
HSL226.5°, 94.2%, 47.1%
CMYK97%, 75%, 0%, 9%
HSV226.5°, 97.0%, 91.4%
LAB35.9, 54.1, -89.4
XYZ16.3, 9.0, 78.0
Decimal473833
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.52:1
Text on #FFFFFF
AAA
2.79:1
Text on #000000
FAIL
7.19:1
Text on #F8FAFC
AAA
2.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #073AE9;
}
.text-color {
color: #073AE9;
}
.border-color {
border: 2px solid #073AE9;
}