Shades of Cerulean Blue #1D4DBB
Tints of Cerulean Blue #1D4DBB
RGB
CMYK
RGB Variations
Color information
#1D4DBB (or 0x1D4DBB) is known color: Cerulean Blue. HEX triplet: 1D, 4D and BB. RGB value is (29,77,187). Sum of RGB (Red+Green+Blue) = 29+77+187=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D4DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4DBB is #E2B244. Grayscale: #4A4A4A. Windows color (decimal): -14856773 or 12274973. OLE color: 12274973.
HSL color Cylindrical-coordinate representation of color #1D4DBB: hue angle of 221.77º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D4DBB is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 77 | 187 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.27 |
| HSL | 221.77º | 0.73% | 0.42% | - |
| HSV(B) | 221.77º | 0.84% | 0.73% | - |
| XYZ | 12.13 | 9.16 | 48.14 | - |
| YUV | 75.19 | 191.1 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 77 | 187 | 0.84 | 0.59 | 0 | 0.27 | 221.77 | 0.73 | 0.42 |
| Hex | 1D | 4D | BB | 54 | 3B | 0 | 1B | DE | 49 | 2A |
| Octal | 35 | 115 | 273 | 124 | 73 | 0 | 33 | 336 | 111 | 52 |
| Binary | 11101 | 1001101 | 10111011 | 1010100 | 111011 | 0 | 11011 | 11011110 | 1001001 | 101010 |
Color Harmonies of #1D4DBB
Complementary color
Monochromatic Colors of #1D4DBB
Black with #1D4DBB
Text Example
Text Example
White with #1D4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4DBB; }
p { color: rgb(29,77,187); }
H1.HeaderClassName
{
color: #1D4DBB;
}
.AnyTagClassName
{
color: #1D4DBB;
}
</style>
background-color css
<style>
a { background-color: #1D4DBB; }
a { background-color: rgb(29,77,187); }
div.DivClassName
{
background-color: #1D4DBB;
}
.BgClassName
{
background-color: #1D4DBB;
}
</style>
border-color css
<style>
span { border-color: #1D4DBB; }
span { border-color: rgb(29,77,187); }
td.TdClassName
{
border-color: #1D4DBB;
}
.TagClassName
{
border-color: #1D4DBB;
}
</style>