Shades of Cerulean Blue #1E47CC
Tints of Cerulean Blue #1E47CC
RGB
CMYK
RGB Variations
Color information
#1E47CC (or 0x1E47CC) is known color: Cerulean Blue. HEX triplet: 1E, 47 and CC. RGB value is (30,71,204). Sum of RGB (Red+Green+Blue) = 30+71+204=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E47CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E47CC is #E1B833. Grayscale: #494949. Windows color (decimal): -14792756 or 13387550. OLE color: 13387550.
HSL color Cylindrical-coordinate representation of color #1E47CC: hue angle of 225.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E47CC is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 71 | 204 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.2 |
| HSL | 225.86º | 0.74% | 0.46% | - |
| HSV(B) | 225.86º | 0.85% | 0.8% | - |
| XYZ | 13.69 | 9.14 | 58.17 | - |
| YUV | 73.9 | 201.42 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 71 | 204 | 0.85 | 0.65 | 0 | 0.2 | 225.86 | 0.74 | 0.46 |
| Hex | 1E | 47 | CC | 55 | 41 | 0 | 14 | E2 | 4A | 2E |
| Octal | 36 | 107 | 314 | 125 | 101 | 0 | 24 | 342 | 112 | 56 |
| Binary | 11110 | 1000111 | 11001100 | 1010101 | 1000001 | 0 | 10100 | 11100010 | 1001010 | 101110 |
Color Harmonies of #1E47CC
Complementary color
Monochromatic Colors of #1E47CC
Black with #1E47CC
Text Example
Text Example
White with #1E47CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E47CC; }
p { color: rgb(30,71,204); }
H1.HeaderClassName
{
color: #1E47CC;
}
.AnyTagClassName
{
color: #1E47CC;
}
</style>
background-color css
<style>
a { background-color: #1E47CC; }
a { background-color: rgb(30,71,204); }
div.DivClassName
{
background-color: #1E47CC;
}
.BgClassName
{
background-color: #1E47CC;
}
</style>
border-color css
<style>
span { border-color: #1E47CC; }
span { border-color: rgb(30,71,204); }
td.TdClassName
{
border-color: #1E47CC;
}
.TagClassName
{
border-color: #1E47CC;
}
</style>