Shades of Cerulean Blue #1D4CCE
Tints of Cerulean Blue #1D4CCE
RGB
CMYK
RGB Variations
Color information
#1D4CCE (or 0x1D4CCE) is known color: Cerulean Blue. HEX triplet: 1D, 4C and CE. RGB value is (29,76,206). Sum of RGB (Red+Green+Blue) = 29+76+206=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D4CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4CCE is #E2B331. Grayscale: #4C4C4C. Windows color (decimal): -14857010 or 13519901. OLE color: 13519901.
HSL color Cylindrical-coordinate representation of color #1D4CCE: hue angle of 224.07º 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 #1D4CCE is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 76 | 206 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.19 |
| HSL | 224.07º | 0.75% | 0.46% | - |
| HSV(B) | 224.07º | 0.86% | 0.81% | - |
| XYZ | 14.23 | 9.89 | 59.55 | - |
| YUV | 76.77 | 200.93 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 206 | 0.86 | 0.63 | 0 | 0.19 | 224.07 | 0.75 | 0.46 |
| Hex | 1D | 4C | CE | 56 | 3F | 0 | 13 | E0 | 4B | 2E |
| Octal | 35 | 114 | 316 | 126 | 77 | 0 | 23 | 340 | 113 | 56 |
| Binary | 11101 | 1001100 | 11001110 | 1010110 | 111111 | 0 | 10011 | 11100000 | 1001011 | 101110 |
Color Harmonies of #1D4CCE
Complementary color
Monochromatic Colors of #1D4CCE
Black with #1D4CCE
Text Example
Text Example
White with #1D4CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4CCE; }
p { color: rgb(29,76,206); }
H1.HeaderClassName
{
color: #1D4CCE;
}
.AnyTagClassName
{
color: #1D4CCE;
}
</style>
background-color css
<style>
a { background-color: #1D4CCE; }
a { background-color: rgb(29,76,206); }
div.DivClassName
{
background-color: #1D4CCE;
}
.BgClassName
{
background-color: #1D4CCE;
}
</style>
border-color css
<style>
span { border-color: #1D4CCE; }
span { border-color: rgb(29,76,206); }
td.TdClassName
{
border-color: #1D4CCE;
}
.TagClassName
{
border-color: #1D4CCE;
}
</style>