Shades of Cerulean Blue #1E57CF
Tints of Cerulean Blue #1E57CF
RGB
CMYK
RGB Variations
Color information
#1E57CF (or 0x1E57CF) is known color: Cerulean Blue. HEX triplet: 1E, 57 and CF. RGB value is (30,87,207). Sum of RGB (Red+Green+Blue) = 30+87+207=324 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.26% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E57CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E57CF is #E1A830. Grayscale: #535353. Windows color (decimal): -14788657 or 13588254. OLE color: 13588254.
HSL color Cylindrical-coordinate representation of color #1E57CF: hue angle of 220.68º 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 #1E57CF is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 87 | 207 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.19 |
| HSL | 220.68º | 0.75% | 0.46% | - |
| HSV(B) | 220.68º | 0.86% | 0.81% | - |
| XYZ | 15.21 | 11.6 | 60.47 | - |
| YUV | 83.64 | 197.62 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 87 | 207 | 0.86 | 0.58 | 0 | 0.19 | 220.68 | 0.75 | 0.46 |
| Hex | 1E | 57 | CF | 56 | 3A | 0 | 13 | DD | 4B | 2E |
| Octal | 36 | 127 | 317 | 126 | 72 | 0 | 23 | 335 | 113 | 56 |
| Binary | 11110 | 1010111 | 11001111 | 1010110 | 111010 | 0 | 10011 | 11011101 | 1001011 | 101110 |
Color Harmonies of #1E57CF
Complementary color
Monochromatic Colors of #1E57CF
Black with #1E57CF
Text Example
Text Example
White with #1E57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E57CF; }
p { color: rgb(30,87,207); }
H1.HeaderClassName
{
color: #1E57CF;
}
.AnyTagClassName
{
color: #1E57CF;
}
</style>
background-color css
<style>
a { background-color: #1E57CF; }
a { background-color: rgb(30,87,207); }
div.DivClassName
{
background-color: #1E57CF;
}
.BgClassName
{
background-color: #1E57CF;
}
</style>
border-color css
<style>
span { border-color: #1E57CF; }
span { border-color: rgb(30,87,207); }
td.TdClassName
{
border-color: #1E57CF;
}
.TagClassName
{
border-color: #1E57CF;
}
</style>