Shades of Cerulean Blue #1D57CE
Tints of Cerulean Blue #1D57CE
RGB
CMYK
RGB Variations
Color information
#1D57CE (or 0x1D57CE) is known color: Cerulean Blue. HEX triplet: 1D, 57 and CE. RGB value is (29,87,206). Sum of RGB (Red+Green+Blue) = 29+87+206=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D57CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D57CE is #E2A831. Grayscale: #525252. Windows color (decimal): -14854194 or 13522717. OLE color: 13522717.
HSL color Cylindrical-coordinate representation of color #1D57CE: hue angle of 220.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D57CE is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 87 | 206 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.19 |
| HSL | 220.34º | 0.75% | 0.46% | - |
| HSV(B) | 220.34º | 0.86% | 0.81% | - |
| XYZ | 15.06 | 11.53 | 59.83 | - |
| YUV | 83.22 | 197.28 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 87 | 206 | 0.86 | 0.58 | 0 | 0.19 | 220.34 | 0.75 | 0.46 |
| Hex | 1D | 57 | CE | 56 | 3A | 0 | 13 | DC | 4B | 2E |
| Octal | 35 | 127 | 316 | 126 | 72 | 0 | 23 | 334 | 113 | 56 |
| Binary | 11101 | 1010111 | 11001110 | 1010110 | 111010 | 0 | 10011 | 11011100 | 1001011 | 101110 |
Color Harmonies of #1D57CE
Complementary color
Monochromatic Colors of #1D57CE
Black with #1D57CE
Text Example
Text Example
White with #1D57CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D57CE; }
p { color: rgb(29,87,206); }
H1.HeaderClassName
{
color: #1D57CE;
}
.AnyTagClassName
{
color: #1D57CE;
}
</style>
background-color css
<style>
a { background-color: #1D57CE; }
a { background-color: rgb(29,87,206); }
div.DivClassName
{
background-color: #1D57CE;
}
.BgClassName
{
background-color: #1D57CE;
}
</style>
border-color css
<style>
span { border-color: #1D57CE; }
span { border-color: rgb(29,87,206); }
td.TdClassName
{
border-color: #1D57CE;
}
.TagClassName
{
border-color: #1D57CE;
}
</style>