Shades of Cerulean Blue #1D4DB5
Tints of Cerulean Blue #1D4DB5
RGB
CMYK
RGB Variations
Color information
#1D4DB5 (or 0x1D4DB5) is known color: Cerulean Blue. HEX triplet: 1D, 4D and B5. RGB value is (29,77,181). Sum of RGB (Red+Green+Blue) = 29+77+181=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 181 (71.09% from 255 or 63.07% from 287); Max value from RGB is 181 - color contains mainly: blue. Hex color #1D4DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4DB5 is #E2B24A. Grayscale: #4A4A4A. Windows color (decimal): -14856779 or 11881757. OLE color: 11881757.
HSL color Cylindrical-coordinate representation of color #1D4DB5: hue angle of 221.05º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D4DB5 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 77 | 181 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.29 |
| HSL | 221.05º | 0.72% | 0.41% | - |
| HSV(B) | 221.05º | 0.84% | 0.71% | - |
| XYZ | 11.5 | 8.91 | 44.83 | - |
| YUV | 74.5 | 188.1 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 77 | 181 | 0.84 | 0.57 | 0 | 0.29 | 221.05 | 0.72 | 0.41 |
| Hex | 1D | 4D | B5 | 54 | 39 | 0 | 1D | DD | 48 | 29 |
| Octal | 35 | 115 | 265 | 124 | 71 | 0 | 35 | 335 | 110 | 51 |
| Binary | 11101 | 1001101 | 10110101 | 1010100 | 111001 | 0 | 11101 | 11011101 | 1001000 | 101001 |
Color Harmonies of #1D4DB5
Complementary color
Monochromatic Colors of #1D4DB5
Black with #1D4DB5
Text Example
Text Example
White with #1D4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4DB5; }
p { color: rgb(29,77,181); }
H1.HeaderClassName
{
color: #1D4DB5;
}
.AnyTagClassName
{
color: #1D4DB5;
}
</style>
background-color css
<style>
a { background-color: #1D4DB5; }
a { background-color: rgb(29,77,181); }
div.DivClassName
{
background-color: #1D4DB5;
}
.BgClassName
{
background-color: #1D4DB5;
}
</style>
border-color css
<style>
span { border-color: #1D4DB5; }
span { border-color: rgb(29,77,181); }
td.TdClassName
{
border-color: #1D4DB5;
}
.TagClassName
{
border-color: #1D4DB5;
}
</style>