#003AF0
A medium, vivid blue closely aligning with Mediumblue.
About #003AF0
At its core, #003AF0 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 0 red, 58 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 76% M, 0% Y, and 6% K. The HSL representation is 225.5° hue, 100.0% saturation, and 47.1% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#003AF0
RGB0, 58, 240
HSL225.5°, 100.0%, 47.1%
CMYK100%, 76%, 0%, 6%
HSV225.5°, 100.0%, 94.1%
LAB36.6, 56.4, -92.3
XYZ17.2, 9.3, 83.3
Decimal15088
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.33:1
Text on #FFFFFF
AAA
2.86:1
Text on #000000
FAIL
7.01:1
Text on #F8FAFC
AAA
2.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #003AF0;
}
.text-color {
color: #003AF0;
}
.border-color {
border: 2px solid #003AF0;
}