#073AF0
A medium, vivid blue closely aligning with Mediumblue.
About #073AF0
The precise color #073AF0 is an excellent choice for modern design projects. Designers often compare it to the standard color Mediumblue. In the RGB color space, it consists of 7 red, 58 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 97% cyan, 76% magenta, 0% yellow, and 6% black. With a hue angle of 226.9 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#073AF0
RGB7, 58, 240
HSL226.9°, 94.3%, 48.4%
CMYK97%, 76%, 0%, 6%
HSV226.9°, 97.1%, 94.1%
LAB36.7, 56.5, -92.1
XYZ17.3, 9.4, 83.3
Decimal473840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.31:1
Text on #FFFFFF
AAA
2.87:1
Text on #000000
FAIL
6.99:1
Text on #F8FAFC
AA
2.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #073AF0;
}
.text-color {
color: #073AF0;
}
.border-color {
border: 2px solid #073AF0;
}