Shades of Cerulean Blue #1F5DDC
Tints of Cerulean Blue #1F5DDC
RGB
CMYK
RGB Variations
Color information
#1F5DDC (or 0x1F5DDC) is known color: Cerulean Blue. HEX triplet: 1F, 5D and DC. RGB value is (31,93,220). Sum of RGB (Red+Green+Blue) = 31+93+220=344 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.01% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F5DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5DDC is #E0A223. Grayscale: #585858. Windows color (decimal): -14721572 or 14441759. OLE color: 14441759.
HSL color Cylindrical-coordinate representation of color #1F5DDC: hue angle of 220.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F5DDC is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 93 | 220 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.14 |
| HSL | 220.32º | 0.75% | 0.49% | - |
| HSV(B) | 220.32º | 0.86% | 0.86% | - |
| XYZ | 17.4 | 13.29 | 69.36 | - |
| YUV | 88.94 | 201.96 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 93 | 220 | 0.86 | 0.58 | 0 | 0.14 | 220.32 | 0.75 | 0.49 |
| Hex | 1F | 5D | DC | 56 | 3A | 0 | E | DC | 4B | 31 |
| Octal | 37 | 135 | 334 | 126 | 72 | 0 | 16 | 334 | 113 | 61 |
| Binary | 11111 | 1011101 | 11011100 | 1010110 | 111010 | 0 | 1110 | 11011100 | 1001011 | 110001 |
Color Harmonies of #1F5DDC
Complementary color
Monochromatic Colors of #1F5DDC
Black with #1F5DDC
Text Example
Text Example
White with #1F5DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5DDC; }
p { color: rgb(31,93,220); }
H1.HeaderClassName
{
color: #1F5DDC;
}
.AnyTagClassName
{
color: #1F5DDC;
}
</style>
background-color css
<style>
a { background-color: #1F5DDC; }
a { background-color: rgb(31,93,220); }
div.DivClassName
{
background-color: #1F5DDC;
}
.BgClassName
{
background-color: #1F5DDC;
}
</style>
border-color css
<style>
span { border-color: #1F5DDC; }
span { border-color: rgb(31,93,220); }
td.TdClassName
{
border-color: #1F5DDC;
}
.TagClassName
{
border-color: #1F5DDC;
}
</style>