Shades of Cerulean Blue #1D4BCB
Tints of Cerulean Blue #1D4BCB
RGB
CMYK
RGB Variations
Color information
#1D4BCB (or 0x1D4BCB) is known color: Cerulean Blue. HEX triplet: 1D, 4B and CB. RGB value is (29,75,203). Sum of RGB (Red+Green+Blue) = 29+75+203=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D4BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4BCB is #E2B434. Grayscale: #4B4B4B. Windows color (decimal): -14857269 or 13323037. OLE color: 13323037.
HSL color Cylindrical-coordinate representation of color #1D4BCB: hue angle of 224.14º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D4BCB is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 75 | 203 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.20 |
| HSL | 224.14º | 0.75% | 0.45% | - |
| HSV(B) | 224.14º | 0.86% | 0.8% | - |
| XYZ | 13.8 | 9.61 | 57.63 | - |
| YUV | 75.84 | 199.76 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 203 | 0.86 | 0.63 | 0 | 0.20 | 224.14 | 0.75 | 0.45 |
| Hex | 1D | 4B | CB | 56 | 3F | 0 | 14 | E0 | 4B | 2D |
| Octal | 35 | 113 | 313 | 126 | 77 | 0 | 24 | 340 | 113 | 55 |
| Binary | 11101 | 1001011 | 11001011 | 1010110 | 111111 | 0 | 10100 | 11100000 | 1001011 | 101101 |
Color Harmonies of #1D4BCB
Complementary color
Monochromatic Colors of #1D4BCB
Black with #1D4BCB
Text Example
Text Example
White with #1D4BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4BCB; }
p { color: rgb(29,75,203); }
H1.HeaderClassName
{
color: #1D4BCB;
}
.AnyTagClassName
{
color: #1D4BCB;
}
</style>
background-color css
<style>
a { background-color: #1D4BCB; }
a { background-color: rgb(29,75,203); }
div.DivClassName
{
background-color: #1D4BCB;
}
.BgClassName
{
background-color: #1D4BCB;
}
</style>
border-color css
<style>
span { border-color: #1D4BCB; }
span { border-color: rgb(29,75,203); }
td.TdClassName
{
border-color: #1D4BCB;
}
.TagClassName
{
border-color: #1D4BCB;
}
</style>