Color: #1F70DB
#1F70DB Color Information
#1F70DB is a dark color. The closest websafe version is #1F70DB. A complement of this color would be #DB891F, perceived brightness is 0.39, and the grayscale version is #7D7D7D.
In the HSL color space, this color has a hue angle of 214°,a saturation of 75%, and a lightness of 49%.The HSV representation shows a hue of 214°, a saturation of 100%, and a value of 100%.
In a RGB color space, #1F70DB is composed of 12% red, 44% green and 86% blue. Whereas in a CMYK color space, it is composed of 86% cyan, 49% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 16.21, x: 0.1988, and y: 0.1899.
Color Code #1F70DB
Shades of Color #1F70DB
Shades are created by darkening the original color #1F70DB in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #1F70DB
Tints are created by lightening the original color #1F70DB in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #1F70DB Color Code
In the HSL color space, this color has a hue angle of 214°, a saturation of 75%, and a lightness of 49%. The HSV representation shows a hue of 214°, a saturation of 86%, and a value of 86%.
- HEX: #1F70DB
- RGB: rgb(31, 112, 219)
- HSL: hsl(214, 75%, 49%)
- HSV: hsv(214, 86%, 86%)
- CMYK: 86.00% cyan, 49.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 16.97, 16.21, 52.18
- Yxy: 16.21, 0.1988, 0.1899
- Hunter Lab: 47.25, 7.57, -62.61
- CIE-Lab: 47.25, 7.57, -62.61
In the XYZ color space, this color is represented as X: 16.97, Y: 16.21, Z: 52.18. The Yxy representation further refines this as Y: 16.21, x: 0.1988, and y: 0.1899.
In the Hunter Lab color space, this color is represented as L: 47.25, a: 7.57, and b: -62.61. Similarly, in the CIE-Lab color space, it is represented as L: 47.25, a: 7.57, and b: -62.61.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #1F70DB
Triadic colors are three colors evenly spaced around the color wheel, including #1F70DB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #1F70DB
Monochromatic colors are variations of #1F70DB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #1F70DB
The complementary color of #1F70DB is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #1F70DB
/* Using HEX */ body { background-color: #1f70db; }
/* Using RGB */ body { background-color: rgb(31, 112, 219); }
/* Using RGB with opacity */ body { background-color: rgba(31, 112, 219, 0.5); }
/* Using HSL */ body { background-color: hsl(214, 75%, 49%); }
/* Text color */ p { color: #1f70db; }
/* Box shadow */ div { box-shadow: 4px 4px #1f70db; }
HTML Examples of #1F70DB
<!-- Using HEX --> <div style="background-color: #1f70db; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(31, 112, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(31, 112, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(214, 75%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #1f70db;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #1f70db; width: 100px; height: 100px;"></div>
Related Colors of #1F70DB
These colors are similar to #1F70DB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.