Shades of Cerulean Blue #1D4ADB
Tints of Cerulean Blue #1D4ADB
RGB
CMYK
RGB Variations
Color information
#1D4ADB (or 0x1D4ADB) is known color: Cerulean Blue. HEX triplet: 1D, 4A and DB. RGB value is (29,74,219). Sum of RGB (Red+Green+Blue) = 29+74+219=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D4ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4ADB is #E2B524. Grayscale: #4C4C4C. Windows color (decimal): -14857509 or 14371357. OLE color: 14371357.
HSL color Cylindrical-coordinate representation of color #1D4ADB: hue angle of 225.79º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D4ADB is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 74 | 219 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.14 |
| HSL | 225.79º | 0.77% | 0.49% | - |
| HSV(B) | 225.79º | 0.87% | 0.86% | - |
| XYZ | 15.74 | 10.27 | 68.17 | - |
| YUV | 77.08 | 208.09 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 74 | 219 | 0.87 | 0.66 | 0 | 0.14 | 225.79 | 0.77 | 0.49 |
| Hex | 1D | 4A | DB | 57 | 42 | 0 | E | E2 | 4D | 31 |
| Octal | 35 | 112 | 333 | 127 | 102 | 0 | 16 | 342 | 115 | 61 |
| Binary | 11101 | 1001010 | 11011011 | 1010111 | 1000010 | 0 | 1110 | 11100010 | 1001101 | 110001 |
Color Harmonies of #1D4ADB
Complementary color
Monochromatic Colors of #1D4ADB
Black with #1D4ADB
Text Example
Text Example
White with #1D4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4ADB; }
p { color: rgb(29,74,219); }
H1.HeaderClassName
{
color: #1D4ADB;
}
.AnyTagClassName
{
color: #1D4ADB;
}
</style>
background-color css
<style>
a { background-color: #1D4ADB; }
a { background-color: rgb(29,74,219); }
div.DivClassName
{
background-color: #1D4ADB;
}
.BgClassName
{
background-color: #1D4ADB;
}
</style>
border-color css
<style>
span { border-color: #1D4ADB; }
span { border-color: rgb(29,74,219); }
td.TdClassName
{
border-color: #1D4ADB;
}
.TagClassName
{
border-color: #1D4ADB;
}
</style>