Shades of Cerulean Blue #1E56CE
Tints of Cerulean Blue #1E56CE
RGB
CMYK
RGB Variations
Color information
#1E56CE (or 0x1E56CE) is known color: Cerulean Blue. HEX triplet: 1E, 56 and CE. RGB value is (30,86,206). Sum of RGB (Red+Green+Blue) = 30+86+206=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E56CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E56CE is #E1A931. Grayscale: #525252. Windows color (decimal): -14788914 or 13522462. OLE color: 13522462.
HSL color Cylindrical-coordinate representation of color #1E56CE: hue angle of 220.91º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E56CE is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 86 | 206 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.19 |
| HSL | 220.91º | 0.75% | 0.46% | - |
| HSV(B) | 220.91º | 0.85% | 0.81% | - |
| XYZ | 15 | 11.39 | 59.8 | - |
| YUV | 82.94 | 197.45 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 86 | 206 | 0.85 | 0.58 | 0 | 0.19 | 220.91 | 0.75 | 0.46 |
| Hex | 1E | 56 | CE | 55 | 3A | 0 | 13 | DD | 4B | 2E |
| Octal | 36 | 126 | 316 | 125 | 72 | 0 | 23 | 335 | 113 | 56 |
| Binary | 11110 | 1010110 | 11001110 | 1010101 | 111010 | 0 | 10011 | 11011101 | 1001011 | 101110 |
Color Harmonies of #1E56CE
Complementary color
Monochromatic Colors of #1E56CE
Black with #1E56CE
Text Example
Text Example
White with #1E56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E56CE; }
p { color: rgb(30,86,206); }
H1.HeaderClassName
{
color: #1E56CE;
}
.AnyTagClassName
{
color: #1E56CE;
}
</style>
background-color css
<style>
a { background-color: #1E56CE; }
a { background-color: rgb(30,86,206); }
div.DivClassName
{
background-color: #1E56CE;
}
.BgClassName
{
background-color: #1E56CE;
}
</style>
border-color css
<style>
span { border-color: #1E56CE; }
span { border-color: rgb(30,86,206); }
td.TdClassName
{
border-color: #1E56CE;
}
.TagClassName
{
border-color: #1E56CE;
}
</style>