Shades of Cerulean Blue #1D4CCC
Tints of Cerulean Blue #1D4CCC
RGB
CMYK
RGB Variations
Color information
#1D4CCC (or 0x1D4CCC) is known color: Cerulean Blue. HEX triplet: 1D, 4C and CC. RGB value is (29,76,204). Sum of RGB (Red+Green+Blue) = 29+76+204=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D4CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4CCC is #E2B333. Grayscale: #4B4B4B. Windows color (decimal): -14857012 or 13388829. OLE color: 13388829.
HSL color Cylindrical-coordinate representation of color #1D4CCC: hue angle of 223.89º 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 #1D4CCC is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 76 | 204 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.2 |
| HSL | 223.89º | 0.75% | 0.46% | - |
| HSV(B) | 223.89º | 0.86% | 0.8% | - |
| XYZ | 13.99 | 9.79 | 58.28 | - |
| YUV | 76.54 | 199.93 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 204 | 0.86 | 0.63 | 0 | 0.2 | 223.89 | 0.75 | 0.46 |
| Hex | 1D | 4C | CC | 56 | 3F | 0 | 14 | E0 | 4B | 2E |
| Octal | 35 | 114 | 314 | 126 | 77 | 0 | 24 | 340 | 113 | 56 |
| Binary | 11101 | 1001100 | 11001100 | 1010110 | 111111 | 0 | 10100 | 11100000 | 1001011 | 101110 |
Color Harmonies of #1D4CCC
Complementary color
Monochromatic Colors of #1D4CCC
Black with #1D4CCC
Text Example
Text Example
White with #1D4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4CCC; }
p { color: rgb(29,76,204); }
H1.HeaderClassName
{
color: #1D4CCC;
}
.AnyTagClassName
{
color: #1D4CCC;
}
</style>
background-color css
<style>
a { background-color: #1D4CCC; }
a { background-color: rgb(29,76,204); }
div.DivClassName
{
background-color: #1D4CCC;
}
.BgClassName
{
background-color: #1D4CCC;
}
</style>
border-color css
<style>
span { border-color: #1D4CCC; }
span { border-color: rgb(29,76,204); }
td.TdClassName
{
border-color: #1D4CCC;
}
.TagClassName
{
border-color: #1D4CCC;
}
</style>