Shades of Cerulean Blue #2E55CA
Tints of Cerulean Blue #2E55CA
RGB
CMYK
RGB Variations
Color information
#2E55CA (or 0x2E55CA) is known color: Cerulean Blue. HEX triplet: 2E, 55 and CA. RGB value is (46,85,202). Sum of RGB (Red+Green+Blue) = 46+85+202=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E55CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E55CA is #D1AA35. Grayscale: #565656. Windows color (decimal): -13740598 or 13260078. OLE color: 13260078.
HSL color Cylindrical-coordinate representation of color #2E55CA: hue angle of 225º 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 #2E55CA is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 85 | 202 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.21 |
| HSL | 225º | 0.63% | 0.49% | - |
| HSV(B) | 225º | 0.77% | 0.79% | - |
| XYZ | 15.04 | 11.34 | 57.27 | - |
| YUV | 86.68 | 193.08 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 202 | 0.77 | 0.58 | 0 | 0.21 | 225 | 0.63 | 0.49 |
| Hex | 2E | 55 | CA | 4D | 3A | 0 | 15 | E1 | 3F | 31 |
| Octal | 56 | 125 | 312 | 115 | 72 | 0 | 25 | 341 | 77 | 61 |
| Binary | 101110 | 1010101 | 11001010 | 1001101 | 111010 | 0 | 10101 | 11100001 | 111111 | 110001 |
Color Harmonies of #2E55CA
Complementary color
Monochromatic Colors of #2E55CA
Black with #2E55CA
Text Example
Text Example
White with #2E55CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E55CA; }
p { color: rgb(46,85,202); }
H1.HeaderClassName
{
color: #2E55CA;
}
.AnyTagClassName
{
color: #2E55CA;
}
</style>
background-color css
<style>
a { background-color: #2E55CA; }
a { background-color: rgb(46,85,202); }
div.DivClassName
{
background-color: #2E55CA;
}
.BgClassName
{
background-color: #2E55CA;
}
</style>
border-color css
<style>
span { border-color: #2E55CA; }
span { border-color: rgb(46,85,202); }
td.TdClassName
{
border-color: #2E55CA;
}
.TagClassName
{
border-color: #2E55CA;
}
</style>