Shades of Cerulean Blue #1D4BCD
Tints of Cerulean Blue #1D4BCD
RGB
CMYK
RGB Variations
Color information
#1D4BCD (or 0x1D4BCD) is known color: Cerulean Blue. HEX triplet: 1D, 4B and CD. RGB value is (29,75,205). Sum of RGB (Red+Green+Blue) = 29+75+205=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D4BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4BCD is #E2B432. Grayscale: #4B4B4B. Windows color (decimal): -14857267 or 13454109. OLE color: 13454109.
HSL color Cylindrical-coordinate representation of color #1D4BCD: hue angle of 224.32º 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 #1D4BCD is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 75 | 205 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.20 |
| HSL | 224.32º | 0.75% | 0.46% | - |
| HSV(B) | 224.32º | 0.86% | 0.8% | - |
| XYZ | 14.04 | 9.7 | 58.89 | - |
| YUV | 76.07 | 200.76 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 205 | 0.86 | 0.63 | 0 | 0.20 | 224.32 | 0.75 | 0.46 |
| Hex | 1D | 4B | CD | 56 | 3F | 0 | 14 | E0 | 4B | 2E |
| Octal | 35 | 113 | 315 | 126 | 77 | 0 | 24 | 340 | 113 | 56 |
| Binary | 11101 | 1001011 | 11001101 | 1010110 | 111111 | 0 | 10100 | 11100000 | 1001011 | 101110 |
Color Harmonies of #1D4BCD
Complementary color
Monochromatic Colors of #1D4BCD
Black with #1D4BCD
Text Example
Text Example
White with #1D4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4BCD; }
p { color: rgb(29,75,205); }
H1.HeaderClassName
{
color: #1D4BCD;
}
.AnyTagClassName
{
color: #1D4BCD;
}
</style>
background-color css
<style>
a { background-color: #1D4BCD; }
a { background-color: rgb(29,75,205); }
div.DivClassName
{
background-color: #1D4BCD;
}
.BgClassName
{
background-color: #1D4BCD;
}
</style>
border-color css
<style>
span { border-color: #1D4BCD; }
span { border-color: rgb(29,75,205); }
td.TdClassName
{
border-color: #1D4BCD;
}
.TagClassName
{
border-color: #1D4BCD;
}
</style>