Shades of Cerulean Blue #1D4DCC
Tints of Cerulean Blue #1D4DCC
RGB
CMYK
RGB Variations
Color information
#1D4DCC (or 0x1D4DCC) is known color: Cerulean Blue. HEX triplet: 1D, 4D and CC. RGB value is (29,77,204). Sum of RGB (Red+Green+Blue) = 29+77+204=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D4DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4DCC is #E2B233. Grayscale: #4C4C4C. Windows color (decimal): -14856756 or 13389085. OLE color: 13389085.
HSL color Cylindrical-coordinate representation of color #1D4DCC: hue angle of 223.54º 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 #1D4DCC is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 77 | 204 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.2 |
| HSL | 223.54º | 0.75% | 0.46% | - |
| HSV(B) | 223.54º | 0.86% | 0.8% | - |
| XYZ | 14.06 | 9.93 | 58.3 | - |
| YUV | 77.13 | 199.6 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 77 | 204 | 0.86 | 0.62 | 0 | 0.2 | 223.54 | 0.75 | 0.46 |
| Hex | 1D | 4D | CC | 56 | 3E | 0 | 14 | E0 | 4B | 2E |
| Octal | 35 | 115 | 314 | 126 | 76 | 0 | 24 | 340 | 113 | 56 |
| Binary | 11101 | 1001101 | 11001100 | 1010110 | 111110 | 0 | 10100 | 11100000 | 1001011 | 101110 |
Color Harmonies of #1D4DCC
Complementary color
Monochromatic Colors of #1D4DCC
Black with #1D4DCC
Text Example
Text Example
White with #1D4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4DCC; }
p { color: rgb(29,77,204); }
H1.HeaderClassName
{
color: #1D4DCC;
}
.AnyTagClassName
{
color: #1D4DCC;
}
</style>
background-color css
<style>
a { background-color: #1D4DCC; }
a { background-color: rgb(29,77,204); }
div.DivClassName
{
background-color: #1D4DCC;
}
.BgClassName
{
background-color: #1D4DCC;
}
</style>
border-color css
<style>
span { border-color: #1D4DCC; }
span { border-color: rgb(29,77,204); }
td.TdClassName
{
border-color: #1D4DCC;
}
.TagClassName
{
border-color: #1D4DCC;
}
</style>