#248AFF
A medium, vivid blue closely aligning with Dodgerblue.
About #248AFF
Visually, #248AFF is defined as a vivid blue. Designers often compare it to the standard color Dodgerblue. This translates to an RGB value of rgb(36, 138, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 86% Cyan, 46% Magenta, 0% Yellow, and 0% Black. The HSL representation is 212.1° hue, 100.0% saturation, and 57.1% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#248AFF
RGB36, 138, 255
HSL212.1°, 100.0%, 57.1%
CMYK86%, 46%, 0%, 0%
HSV212.1°, 85.9%, 100.0%
LAB57.8, 14.0, -65.9
XYZ27.9, 25.8, 98.1
Decimal2394879
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.41:1
Text on #FFFFFF
AA Large
6.15:1
Text on #000000
AA
3.26:1
Text on #F8FAFC
AA Large
5.23:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #248AFF;
}
.text-color {
color: #248AFF;
}
.border-color {
border: 2px solid #248AFF;
}