Shades of Cerulean Blue #2E59CA
Tints of Cerulean Blue #2E59CA
RGB
CMYK
RGB Variations
Color information
#2E59CA (or 0x2E59CA) is known color: Cerulean Blue. HEX triplet: 2E, 59 and CA. RGB value is (46,89,202). Sum of RGB (Red+Green+Blue) = 46+89+202=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E59CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E59CA is #D1A635. Grayscale: #585858. Windows color (decimal): -13739574 or 13261102. OLE color: 13261102.
HSL color Cylindrical-coordinate representation of color #2E59CA: hue angle of 223.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E59CA is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 89 | 202 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.21 |
| HSL | 223.46º | 0.63% | 0.49% | - |
| HSV(B) | 223.46º | 0.77% | 0.79% | - |
| XYZ | 15.36 | 11.99 | 57.38 | - |
| YUV | 89.03 | 191.75 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 202 | 0.77 | 0.56 | 0 | 0.21 | 223.46 | 0.63 | 0.49 |
| Hex | 2E | 59 | CA | 4D | 38 | 0 | 15 | DF | 3F | 31 |
| Octal | 56 | 131 | 312 | 115 | 70 | 0 | 25 | 337 | 77 | 61 |
| Binary | 101110 | 1011001 | 11001010 | 1001101 | 111000 | 0 | 10101 | 11011111 | 111111 | 110001 |
Color Harmonies of #2E59CA
Complementary color
Monochromatic Colors of #2E59CA
Black with #2E59CA
Text Example
Text Example
White with #2E59CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E59CA; }
p { color: rgb(46,89,202); }
H1.HeaderClassName
{
color: #2E59CA;
}
.AnyTagClassName
{
color: #2E59CA;
}
</style>
background-color css
<style>
a { background-color: #2E59CA; }
a { background-color: rgb(46,89,202); }
div.DivClassName
{
background-color: #2E59CA;
}
.BgClassName
{
background-color: #2E59CA;
}
</style>
border-color css
<style>
span { border-color: #2E59CA; }
span { border-color: rgb(46,89,202); }
td.TdClassName
{
border-color: #2E59CA;
}
.TagClassName
{
border-color: #2E59CA;
}
</style>