Shades of Cerulean Blue #1D47CE
Tints of Cerulean Blue #1D47CE
RGB
CMYK
RGB Variations
Color information
#1D47CE (or 0x1D47CE) is known color: Cerulean Blue. HEX triplet: 1D, 47 and CE. RGB value is (29,71,206). Sum of RGB (Red+Green+Blue) = 29+71+206=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D47CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D47CE is #E2B831. Grayscale: #494949. Windows color (decimal): -14858290 or 13518621. OLE color: 13518621.
HSL color Cylindrical-coordinate representation of color #1D47CE: hue angle of 225.76º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D47CE is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 71 | 206 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.19 |
| HSL | 225.76º | 0.75% | 0.46% | - |
| HSV(B) | 225.76º | 0.86% | 0.81% | - |
| XYZ | 13.9 | 9.22 | 59.44 | - |
| YUV | 73.83 | 202.59 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 206 | 0.86 | 0.66 | 0 | 0.19 | 225.76 | 0.75 | 0.46 |
| Hex | 1D | 47 | CE | 56 | 42 | 0 | 13 | E2 | 4B | 2E |
| Octal | 35 | 107 | 316 | 126 | 102 | 0 | 23 | 342 | 113 | 56 |
| Binary | 11101 | 1000111 | 11001110 | 1010110 | 1000010 | 0 | 10011 | 11100010 | 1001011 | 101110 |
Color Harmonies of #1D47CE
Complementary color
Monochromatic Colors of #1D47CE
Black with #1D47CE
Text Example
Text Example
White with #1D47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D47CE; }
p { color: rgb(29,71,206); }
H1.HeaderClassName
{
color: #1D47CE;
}
.AnyTagClassName
{
color: #1D47CE;
}
</style>
background-color css
<style>
a { background-color: #1D47CE; }
a { background-color: rgb(29,71,206); }
div.DivClassName
{
background-color: #1D47CE;
}
.BgClassName
{
background-color: #1D47CE;
}
</style>
border-color css
<style>
span { border-color: #1D47CE; }
span { border-color: rgb(29,71,206); }
td.TdClassName
{
border-color: #1D47CE;
}
.TagClassName
{
border-color: #1D47CE;
}
</style>