Shades of Cerulean Blue #1D4ACC
Tints of Cerulean Blue #1D4ACC
RGB
CMYK
RGB Variations
Color information
#1D4ACC (or 0x1D4ACC) is known color: Cerulean Blue. HEX triplet: 1D, 4A and CC. RGB value is (29,74,204). Sum of RGB (Red+Green+Blue) = 29+74+204=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D4ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4ACC is #E2B533. Grayscale: #4A4A4A. Windows color (decimal): -14857524 or 13388317. OLE color: 13388317.
HSL color Cylindrical-coordinate representation of color #1D4ACC: hue angle of 224.57º 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 #1D4ACC is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 74 | 204 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.2 |
| HSL | 224.57º | 0.75% | 0.46% | - |
| HSV(B) | 224.57º | 0.86% | 0.8% | - |
| XYZ | 13.85 | 9.52 | 58.23 | - |
| YUV | 75.37 | 200.59 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 74 | 204 | 0.86 | 0.64 | 0 | 0.2 | 224.57 | 0.75 | 0.46 |
| Hex | 1D | 4A | CC | 56 | 40 | 0 | 14 | E1 | 4B | 2E |
| Octal | 35 | 112 | 314 | 126 | 100 | 0 | 24 | 341 | 113 | 56 |
| Binary | 11101 | 1001010 | 11001100 | 1010110 | 1000000 | 0 | 10100 | 11100001 | 1001011 | 101110 |
Color Harmonies of #1D4ACC
Complementary color
Monochromatic Colors of #1D4ACC
Black with #1D4ACC
Text Example
Text Example
White with #1D4ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4ACC; }
p { color: rgb(29,74,204); }
H1.HeaderClassName
{
color: #1D4ACC;
}
.AnyTagClassName
{
color: #1D4ACC;
}
</style>
background-color css
<style>
a { background-color: #1D4ACC; }
a { background-color: rgb(29,74,204); }
div.DivClassName
{
background-color: #1D4ACC;
}
.BgClassName
{
background-color: #1D4ACC;
}
</style>
border-color css
<style>
span { border-color: #1D4ACC; }
span { border-color: rgb(29,74,204); }
td.TdClassName
{
border-color: #1D4ACC;
}
.TagClassName
{
border-color: #1D4ACC;
}
</style>