#003AF8
A medium, vivid blue closely aligning with Mediumblue.
About #003AF8
The precise color #003AF8 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(0, 58, 248).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 100% cyan and 77% magenta inks. With a hue angle of 226.0 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. 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#003AF8
RGB0, 58, 248
HSL226.0°, 100.0%, 48.6%
CMYK100%, 77%, 0%, 3%
HSV226.0°, 100.0%, 97.3%
LAB37.5, 59.0, -95.3
XYZ18.5, 9.8, 89.7
Decimal15096
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.09:1
Text on #FFFFFF
AAA
2.96:1
Text on #000000
FAIL
6.78:1
Text on #F8FAFC
AA
2.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #003AF8;
}
.text-color {
color: #003AF8;
}
.border-color {
border: 2px solid #003AF8;
}