Shades of Cerulean Blue #1E57D0
Tints of Cerulean Blue #1E57D0
RGB
CMYK
RGB Variations
Color information
#1E57D0 (or 0x1E57D0) is known color: Cerulean Blue. HEX triplet: 1E, 57 and D0. RGB value is (30,87,208). Sum of RGB (Red+Green+Blue) = 30+87+208=325 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.23% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 208 (81.64% from 255 or 64% from 325); Max value from RGB is 208 - color contains mainly: blue. Hex color #1E57D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E57D0 is #E1A82F. Grayscale: #535353. Windows color (decimal): -14788656 or 13653790. OLE color: 13653790.
HSL color Cylindrical-coordinate representation of color #1E57D0: hue angle of 220.79º degrees, saturation: 0.75, 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 #1E57D0 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 87 | 208 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.18 |
| HSL | 220.79º | 0.75% | 0.47% | - |
| HSV(B) | 220.79º | 0.86% | 0.82% | - |
| XYZ | 15.33 | 11.65 | 61.11 | - |
| YUV | 83.75 | 198.12 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 87 | 208 | 0.86 | 0.58 | 0 | 0.18 | 220.79 | 0.75 | 0.47 |
| Hex | 1E | 57 | D0 | 56 | 3A | 0 | 12 | DD | 4B | 2F |
| Octal | 36 | 127 | 320 | 126 | 72 | 0 | 22 | 335 | 113 | 57 |
| Binary | 11110 | 1010111 | 11010000 | 1010110 | 111010 | 0 | 10010 | 11011101 | 1001011 | 101111 |
Color Harmonies of #1E57D0
Complementary color
Monochromatic Colors of #1E57D0
Black with #1E57D0
Text Example
Text Example
White with #1E57D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E57D0; }
p { color: rgb(30,87,208); }
H1.HeaderClassName
{
color: #1E57D0;
}
.AnyTagClassName
{
color: #1E57D0;
}
</style>
background-color css
<style>
a { background-color: #1E57D0; }
a { background-color: rgb(30,87,208); }
div.DivClassName
{
background-color: #1E57D0;
}
.BgClassName
{
background-color: #1E57D0;
}
</style>
border-color css
<style>
span { border-color: #1E57D0; }
span { border-color: rgb(30,87,208); }
td.TdClassName
{
border-color: #1E57D0;
}
.TagClassName
{
border-color: #1E57D0;
}
</style>