#0749FF
A medium, vivid blue closely aligning with Mediumblue.
About #0749FF
Visually, #0749FF is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 7 red, 73 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 97% C, 71% M, 0% Y, and 0% K. The HSL representation is 224.0° hue, 100.0% saturation, and 51.4% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#0749FF
RGB7, 73, 255
HSL224.0°, 100.0%, 51.4%
CMYK97%, 71%, 0%, 0%
HSV224.0°, 97.3%, 100.0%
LAB41.3, 53.1, -92.9
XYZ20.5, 12.0, 95.8
Decimal477695
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.17:1
Text on #FFFFFF
AA
3.41:1
Text on #000000
AA Large
5.89:1
Text on #F8FAFC
AA
2.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0749FF;
}
.text-color {
color: #0749FF;
}
.border-color {
border: 2px solid #0749FF;
}