Shades of Cerulean Blue #2E54CE
Tints of Cerulean Blue #2E54CE
RGB
CMYK
RGB Variations
Color information
#2E54CE (or 0x2E54CE) is known color: Cerulean Blue. HEX triplet: 2E, 54 and CE. RGB value is (46,84,206). Sum of RGB (Red+Green+Blue) = 46+84+206=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E54CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E54CE is #D1AB31. Grayscale: #565656. Windows color (decimal): -13740850 or 13521966. OLE color: 13521966.
HSL color Cylindrical-coordinate representation of color #2E54CE: hue angle of 225.75º 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 #2E54CE is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 84 | 206 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.19 |
| HSL | 225.75º | 0.63% | 0.49% | - |
| HSV(B) | 225.75º | 0.78% | 0.81% | - |
| XYZ | 15.44 | 11.38 | 59.77 | - |
| YUV | 86.55 | 195.41 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 206 | 0.78 | 0.59 | 0 | 0.19 | 225.75 | 0.63 | 0.49 |
| Hex | 2E | 54 | CE | 4E | 3B | 0 | 13 | E2 | 3F | 31 |
| Octal | 56 | 124 | 316 | 116 | 73 | 0 | 23 | 342 | 77 | 61 |
| Binary | 101110 | 1010100 | 11001110 | 1001110 | 111011 | 0 | 10011 | 11100010 | 111111 | 110001 |
Color Harmonies of #2E54CE
Complementary color
Monochromatic Colors of #2E54CE
Black with #2E54CE
Text Example
Text Example
White with #2E54CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E54CE; }
p { color: rgb(46,84,206); }
H1.HeaderClassName
{
color: #2E54CE;
}
.AnyTagClassName
{
color: #2E54CE;
}
</style>
background-color css
<style>
a { background-color: #2E54CE; }
a { background-color: rgb(46,84,206); }
div.DivClassName
{
background-color: #2E54CE;
}
.BgClassName
{
background-color: #2E54CE;
}
</style>
border-color css
<style>
span { border-color: #2E54CE; }
span { border-color: rgb(46,84,206); }
td.TdClassName
{
border-color: #2E54CE;
}
.TagClassName
{
border-color: #2E54CE;
}
</style>