Shades of Cerulean Blue #1D4ADC
Tints of Cerulean Blue #1D4ADC
RGB
CMYK
RGB Variations
Color information
#1D4ADC (or 0x1D4ADC) is known color: Cerulean Blue. HEX triplet: 1D, 4A and DC. RGB value is (29,74,220). Sum of RGB (Red+Green+Blue) = 29+74+220=323 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.98% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 220 (86.33% from 255 or 68.11% from 323); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D4ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4ADC is #E2B523. Grayscale: #4C4C4C. Windows color (decimal): -14857508 or 14436893. OLE color: 14436893.
HSL color Cylindrical-coordinate representation of color #1D4ADC: hue angle of 225.86º 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 #1D4ADC is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 74 | 220 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.14 |
| HSL | 225.86º | 0.77% | 0.49% | - |
| HSV(B) | 225.86º | 0.87% | 0.86% | - |
| XYZ | 15.87 | 10.33 | 68.87 | - |
| YUV | 77.19 | 208.59 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 74 | 220 | 0.87 | 0.66 | 0 | 0.14 | 225.86 | 0.77 | 0.49 |
| Hex | 1D | 4A | DC | 57 | 42 | 0 | E | E2 | 4D | 31 |
| Octal | 35 | 112 | 334 | 127 | 102 | 0 | 16 | 342 | 115 | 61 |
| Binary | 11101 | 1001010 | 11011100 | 1010111 | 1000010 | 0 | 1110 | 11100010 | 1001101 | 110001 |
Color Harmonies of #1D4ADC
Complementary color
Monochromatic Colors of #1D4ADC
Black with #1D4ADC
Text Example
Text Example
White with #1D4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4ADC; }
p { color: rgb(29,74,220); }
H1.HeaderClassName
{
color: #1D4ADC;
}
.AnyTagClassName
{
color: #1D4ADC;
}
</style>
background-color css
<style>
a { background-color: #1D4ADC; }
a { background-color: rgb(29,74,220); }
div.DivClassName
{
background-color: #1D4ADC;
}
.BgClassName
{
background-color: #1D4ADC;
}
</style>
border-color css
<style>
span { border-color: #1D4ADC; }
span { border-color: rgb(29,74,220); }
td.TdClassName
{
border-color: #1D4ADC;
}
.TagClassName
{
border-color: #1D4ADC;
}
</style>