Shades of Cerulean Blue #1D4ED2
Tints of Cerulean Blue #1D4ED2
RGB
CMYK
RGB Variations
Color information
#1D4ED2 (or 0x1D4ED2) is known color: Cerulean Blue. HEX triplet: 1D, 4E and D2. RGB value is (29,78,210). Sum of RGB (Red+Green+Blue) = 29+78+210=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 210 (82.42% from 255 or 66.25% from 317); Max value from RGB is 210 - color contains mainly: blue. Hex color #1D4ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4ED2 is #E2B12D. Grayscale: #4D4D4D. Windows color (decimal): -14856494 or 13782557. OLE color: 13782557.
HSL color Cylindrical-coordinate representation of color #1D4ED2: hue angle of 223.76º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D4ED2 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 78 | 210 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.18 |
| HSL | 223.76º | 0.76% | 0.47% | - |
| HSV(B) | 223.76º | 0.86% | 0.82% | - |
| XYZ | 14.86 | 10.36 | 62.19 | - |
| YUV | 78.4 | 202.27 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 78 | 210 | 0.86 | 0.63 | 0 | 0.18 | 223.76 | 0.76 | 0.47 |
| Hex | 1D | 4E | D2 | 56 | 3F | 0 | 12 | E0 | 4C | 2F |
| Octal | 35 | 116 | 322 | 126 | 77 | 0 | 22 | 340 | 114 | 57 |
| Binary | 11101 | 1001110 | 11010010 | 1010110 | 111111 | 0 | 10010 | 11100000 | 1001100 | 101111 |
Color Harmonies of #1D4ED2
Complementary color
Monochromatic Colors of #1D4ED2
Black with #1D4ED2
Text Example
Text Example
White with #1D4ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4ED2; }
p { color: rgb(29,78,210); }
H1.HeaderClassName
{
color: #1D4ED2;
}
.AnyTagClassName
{
color: #1D4ED2;
}
</style>
background-color css
<style>
a { background-color: #1D4ED2; }
a { background-color: rgb(29,78,210); }
div.DivClassName
{
background-color: #1D4ED2;
}
.BgClassName
{
background-color: #1D4ED2;
}
</style>
border-color css
<style>
span { border-color: #1D4ED2; }
span { border-color: rgb(29,78,210); }
td.TdClassName
{
border-color: #1D4ED2;
}
.TagClassName
{
border-color: #1D4ED2;
}
</style>