#4924F8
A medium, vivid blue closely aligning with Mediumblue.
About #4924F8
Visually, #4924F8 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumblue. Its digital footprint relies on 73 parts red, 36 parts green, and 248 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 71% cyan and 85% magenta inks. With a hue angle of 250.5 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#4924F8
RGB73, 36, 248
HSL250.5°, 93.8%, 55.7%
CMYK71%, 85%, 0%, 3%
HSV250.5°, 85.5%, 97.3%
LAB36.8, 71.2, -96.3
XYZ20.3, 9.5, 89.6
Decimal4793592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.26:1
Text on #FFFFFF
AAA
2.89:1
Text on #000000
FAIL
6.94:1
Text on #F8FAFC
AA
2.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4924F8;
}
.text-color {
color: #4924F8;
}
.border-color {
border: 2px solid #4924F8;
}