#1D50FF
A medium, vivid blue closely aligning with Mediumblue.
About #1D50FF
Visually, #1D50FF is defined as a vivid blue. Designers often compare it to the standard color Mediumblue. In the RGB color space, it consists of 29 red, 80 green, and 255 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 89% C, 69% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D50FF
RGB29, 80, 255
HSL226.5°, 100.0%, 55.7%
CMYK89%, 69%, 0%, 0%
HSV226.5°, 88.6%, 100.0%
LAB43.1, 49.6, -89.9
XYZ21.4, 13.2, 96.0
Decimal1921279
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.76:1
Text on #FFFFFF
AA
3.64:1
Text on #000000
AA Large
5.51:1
Text on #F8FAFC
AA
3.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D50FF;
}
.text-color {
color: #1D50FF;
}
.border-color {
border: 2px solid #1D50FF;
}