Shades of Cerulean Blue #2E57CE
Tints of Cerulean Blue #2E57CE
RGB
CMYK
RGB Variations
Color information
#2E57CE (or 0x2E57CE) is known color: Cerulean Blue. HEX triplet: 2E, 57 and CE. RGB value is (46,87,206). Sum of RGB (Red+Green+Blue) = 46+87+206=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E57CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E57CE is #D1A831. Grayscale: #575757. Windows color (decimal): -13740082 or 13522734. OLE color: 13522734.
HSL color Cylindrical-coordinate representation of color #2E57CE: hue angle of 224.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E57CE is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 87 | 206 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.19 |
| HSL | 224.63º | 0.63% | 0.49% | - |
| HSV(B) | 224.63º | 0.78% | 0.81% | - |
| XYZ | 15.68 | 11.85 | 59.85 | - |
| YUV | 88.31 | 194.42 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 87 | 206 | 0.78 | 0.58 | 0 | 0.19 | 224.63 | 0.63 | 0.49 |
| Hex | 2E | 57 | CE | 4E | 3A | 0 | 13 | E1 | 3F | 31 |
| Octal | 56 | 127 | 316 | 116 | 72 | 0 | 23 | 341 | 77 | 61 |
| Binary | 101110 | 1010111 | 11001110 | 1001110 | 111010 | 0 | 10011 | 11100001 | 111111 | 110001 |
Color Harmonies of #2E57CE
Complementary color
Monochromatic Colors of #2E57CE
Black with #2E57CE
Text Example
Text Example
White with #2E57CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E57CE; }
p { color: rgb(46,87,206); }
H1.HeaderClassName
{
color: #2E57CE;
}
.AnyTagClassName
{
color: #2E57CE;
}
</style>
background-color css
<style>
a { background-color: #2E57CE; }
a { background-color: rgb(46,87,206); }
div.DivClassName
{
background-color: #2E57CE;
}
.BgClassName
{
background-color: #2E57CE;
}
</style>
border-color css
<style>
span { border-color: #2E57CE; }
span { border-color: rgb(46,87,206); }
td.TdClassName
{
border-color: #2E57CE;
}
.TagClassName
{
border-color: #2E57CE;
}
</style>