Shades of Cerulean Blue #1D4ABB
Tints of Cerulean Blue #1D4ABB
RGB
CMYK
RGB Variations
Color information
#1D4ABB (or 0x1D4ABB) is known color: Cerulean Blue. HEX triplet: 1D, 4A and BB. RGB value is (29,74,187). Sum of RGB (Red+Green+Blue) = 29+74+187=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D4ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4ABB is #E2B544. Grayscale: #484848. Windows color (decimal): -14857541 or 12274205. OLE color: 12274205.
HSL color Cylindrical-coordinate representation of color #1D4ABB: hue angle of 222.91º 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 #1D4ABB is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 74 | 187 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.27 |
| HSL | 222.91º | 0.73% | 0.42% | - |
| HSV(B) | 222.91º | 0.84% | 0.73% | - |
| XYZ | 11.93 | 8.75 | 48.07 | - |
| YUV | 73.43 | 192.09 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 74 | 187 | 0.84 | 0.60 | 0 | 0.27 | 222.91 | 0.73 | 0.42 |
| Hex | 1D | 4A | BB | 54 | 3C | 0 | 1B | DF | 49 | 2A |
| Octal | 35 | 112 | 273 | 124 | 74 | 0 | 33 | 337 | 111 | 52 |
| Binary | 11101 | 1001010 | 10111011 | 1010100 | 111100 | 0 | 11011 | 11011111 | 1001001 | 101010 |
Color Harmonies of #1D4ABB
Complementary color
Monochromatic Colors of #1D4ABB
Black with #1D4ABB
Text Example
Text Example
White with #1D4ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4ABB; }
p { color: rgb(29,74,187); }
H1.HeaderClassName
{
color: #1D4ABB;
}
.AnyTagClassName
{
color: #1D4ABB;
}
</style>
background-color css
<style>
a { background-color: #1D4ABB; }
a { background-color: rgb(29,74,187); }
div.DivClassName
{
background-color: #1D4ABB;
}
.BgClassName
{
background-color: #1D4ABB;
}
</style>
border-color css
<style>
span { border-color: #1D4ABB; }
span { border-color: rgb(29,74,187); }
td.TdClassName
{
border-color: #1D4ABB;
}
.TagClassName
{
border-color: #1D4ABB;
}
</style>