#498AFF
A light, vivid blue closely aligning with Dodgerblue.
About #498AFF
Visually, #498AFF is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Dodgerblue. Its digital footprint relies on 73 parts red, 138 parts green, and 255 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 71% cyan, 46% magenta, 0% yellow, and 0% black. The HSL representation is 218.6° hue, 100.0% saturation, and 64.3% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#498AFF
RGB73, 138, 255
HSL218.6°, 100.0%, 64.3%
CMYK71%, 46%, 0%, 0%
HSV218.6°, 71.4%, 100.0%
LAB58.8, 17.6, -64.3
XYZ29.9, 26.8, 98.2
Decimal4819711
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.30:1
Text on #FFFFFF
AA Large
6.36:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.41:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #498AFF;
}
.text-color {
color: #498AFF;
}
.border-color {
border: 2px solid #498AFF;
}