Shades of Cerulean Blue #1D4ECD
Tints of Cerulean Blue #1D4ECD
RGB
CMYK
RGB Variations
Color information
#1D4ECD (or 0x1D4ECD) is known color: Cerulean Blue. HEX triplet: 1D, 4E and CD. RGB value is (29,78,205). Sum of RGB (Red+Green+Blue) = 29+78+205=312 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.29% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D4ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4ECD is #E2B132. Grayscale: #4D4D4D. Windows color (decimal): -14856499 or 13454877. OLE color: 13454877.
HSL color Cylindrical-coordinate representation of color #1D4ECD: hue angle of 223.3º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D4ECD is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 78 | 205 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.20 |
| HSL | 223.3º | 0.75% | 0.46% | - |
| HSV(B) | 223.3º | 0.86% | 0.8% | - |
| XYZ | 14.25 | 10.12 | 58.96 | - |
| YUV | 77.83 | 199.77 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 78 | 205 | 0.86 | 0.62 | 0 | 0.20 | 223.3 | 0.75 | 0.46 |
| Hex | 1D | 4E | CD | 56 | 3E | 0 | 14 | DF | 4B | 2E |
| Octal | 35 | 116 | 315 | 126 | 76 | 0 | 24 | 337 | 113 | 56 |
| Binary | 11101 | 1001110 | 11001101 | 1010110 | 111110 | 0 | 10100 | 11011111 | 1001011 | 101110 |
Color Harmonies of #1D4ECD
Complementary color
Monochromatic Colors of #1D4ECD
Black with #1D4ECD
Text Example
Text Example
White with #1D4ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4ECD; }
p { color: rgb(29,78,205); }
H1.HeaderClassName
{
color: #1D4ECD;
}
.AnyTagClassName
{
color: #1D4ECD;
}
</style>
background-color css
<style>
a { background-color: #1D4ECD; }
a { background-color: rgb(29,78,205); }
div.DivClassName
{
background-color: #1D4ECD;
}
.BgClassName
{
background-color: #1D4ECD;
}
</style>
border-color css
<style>
span { border-color: #1D4ECD; }
span { border-color: rgb(29,78,205); }
td.TdClassName
{
border-color: #1D4ECD;
}
.TagClassName
{
border-color: #1D4ECD;
}
</style>