Shades of Cerulean Blue #1F5DDD
Tints of Cerulean Blue #1F5DDD
RGB
CMYK
RGB Variations
Color information
#1F5DDD (or 0x1F5DDD) is known color: Cerulean Blue. HEX triplet: 1F, 5D and DD. RGB value is (31,93,221). Sum of RGB (Red+Green+Blue) = 31+93+221=345 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.99% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F5DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5DDD is #E0A222. Grayscale: #585858. Windows color (decimal): -14721571 or 14507295. OLE color: 14507295.
HSL color Cylindrical-coordinate representation of color #1F5DDD: hue angle of 220.42º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F5DDD is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 93 | 221 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.13 |
| HSL | 220.42º | 0.75% | 0.49% | - |
| HSV(B) | 220.42º | 0.86% | 0.87% | - |
| XYZ | 17.53 | 13.34 | 70.06 | - |
| YUV | 89.05 | 202.46 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 93 | 221 | 0.86 | 0.58 | 0 | 0.13 | 220.42 | 0.75 | 0.49 |
| Hex | 1F | 5D | DD | 56 | 3A | 0 | D | DC | 4B | 31 |
| Octal | 37 | 135 | 335 | 126 | 72 | 0 | 15 | 334 | 113 | 61 |
| Binary | 11111 | 1011101 | 11011101 | 1010110 | 111010 | 0 | 1101 | 11011100 | 1001011 | 110001 |
Color Harmonies of #1F5DDD
Complementary color
Monochromatic Colors of #1F5DDD
Black with #1F5DDD
Text Example
Text Example
White with #1F5DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5DDD; }
p { color: rgb(31,93,221); }
H1.HeaderClassName
{
color: #1F5DDD;
}
.AnyTagClassName
{
color: #1F5DDD;
}
</style>
background-color css
<style>
a { background-color: #1F5DDD; }
a { background-color: rgb(31,93,221); }
div.DivClassName
{
background-color: #1F5DDD;
}
.BgClassName
{
background-color: #1F5DDD;
}
</style>
border-color css
<style>
span { border-color: #1F5DDD; }
span { border-color: rgb(31,93,221); }
td.TdClassName
{
border-color: #1F5DDD;
}
.TagClassName
{
border-color: #1F5DDD;
}
</style>