Shades of Cerulean Blue #1D4ECB
Tints of Cerulean Blue #1D4ECB
RGB
CMYK
RGB Variations
Color information
#1D4ECB (or 0x1D4ECB) is known color: Cerulean Blue. HEX triplet: 1D, 4E and CB. RGB value is (29,78,203). Sum of RGB (Red+Green+Blue) = 29+78+203=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D4ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4ECB is #E2B134. Grayscale: #4D4D4D. Windows color (decimal): -14856501 or 13323805. OLE color: 13323805.
HSL color Cylindrical-coordinate representation of color #1D4ECB: hue angle of 223.1º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D4ECB is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 78 | 203 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.20 |
| HSL | 223.1º | 0.75% | 0.45% | - |
| HSV(B) | 223.1º | 0.86% | 0.8% | - |
| XYZ | 14.01 | 10.02 | 57.7 | - |
| YUV | 77.6 | 198.77 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 78 | 203 | 0.86 | 0.62 | 0 | 0.20 | 223.1 | 0.75 | 0.45 |
| Hex | 1D | 4E | CB | 56 | 3E | 0 | 14 | DF | 4B | 2D |
| Octal | 35 | 116 | 313 | 126 | 76 | 0 | 24 | 337 | 113 | 55 |
| Binary | 11101 | 1001110 | 11001011 | 1010110 | 111110 | 0 | 10100 | 11011111 | 1001011 | 101101 |
Color Harmonies of #1D4ECB
Complementary color
Monochromatic Colors of #1D4ECB
Black with #1D4ECB
Text Example
Text Example
White with #1D4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4ECB; }
p { color: rgb(29,78,203); }
H1.HeaderClassName
{
color: #1D4ECB;
}
.AnyTagClassName
{
color: #1D4ECB;
}
</style>
background-color css
<style>
a { background-color: #1D4ECB; }
a { background-color: rgb(29,78,203); }
div.DivClassName
{
background-color: #1D4ECB;
}
.BgClassName
{
background-color: #1D4ECB;
}
</style>
border-color css
<style>
span { border-color: #1D4ECB; }
span { border-color: rgb(29,78,203); }
td.TdClassName
{
border-color: #1D4ECB;
}
.TagClassName
{
border-color: #1D4ECB;
}
</style>