Shades of Cerulean Blue #1D4ADD
Tints of Cerulean Blue #1D4ADD
RGB
CMYK
RGB Variations
Color information
#1D4ADD (or 0x1D4ADD) is known color: Cerulean Blue. HEX triplet: 1D, 4A and DD. RGB value is (29,74,221). Sum of RGB (Red+Green+Blue) = 29+74+221=324 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.95% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #1D4ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4ADD is #E2B522. Grayscale: #4C4C4C. Windows color (decimal): -14857507 or 14502429. OLE color: 14502429.
HSL color Cylindrical-coordinate representation of color #1D4ADD: hue angle of 225.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D4ADD is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 74 | 221 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.13 |
| HSL | 225.94º | 0.77% | 0.49% | - |
| HSV(B) | 225.94º | 0.87% | 0.87% | - |
| XYZ | 16.01 | 10.38 | 69.57 | - |
| YUV | 77.3 | 209.09 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 74 | 221 | 0.87 | 0.67 | 0 | 0.13 | 225.94 | 0.77 | 0.49 |
| Hex | 1D | 4A | DD | 57 | 43 | 0 | D | E2 | 4D | 31 |
| Octal | 35 | 112 | 335 | 127 | 103 | 0 | 15 | 342 | 115 | 61 |
| Binary | 11101 | 1001010 | 11011101 | 1010111 | 1000011 | 0 | 1101 | 11100010 | 1001101 | 110001 |
Color Harmonies of #1D4ADD
Complementary color
Monochromatic Colors of #1D4ADD
Black with #1D4ADD
Text Example
Text Example
White with #1D4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4ADD; }
p { color: rgb(29,74,221); }
H1.HeaderClassName
{
color: #1D4ADD;
}
.AnyTagClassName
{
color: #1D4ADD;
}
</style>
background-color css
<style>
a { background-color: #1D4ADD; }
a { background-color: rgb(29,74,221); }
div.DivClassName
{
background-color: #1D4ADD;
}
.BgClassName
{
background-color: #1D4ADD;
}
</style>
border-color css
<style>
span { border-color: #1D4ADD; }
span { border-color: rgb(29,74,221); }
td.TdClassName
{
border-color: #1D4ADD;
}
.TagClassName
{
border-color: #1D4ADD;
}
</style>