Shades of Cerulean Blue #2E58CA
Tints of Cerulean Blue #2E58CA
RGB
CMYK
RGB Variations
Color information
#2E58CA (or 0x2E58CA) is known color: Cerulean Blue. HEX triplet: 2E, 58 and CA. RGB value is (46,88,202). Sum of RGB (Red+Green+Blue) = 46+88+202=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 202 (79.30% from 255 or 60.12% from 336); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E58CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E58CA is #D1A735. Grayscale: #575757. Windows color (decimal): -13739830 or 13260846. OLE color: 13260846.
HSL color Cylindrical-coordinate representation of color #2E58CA: hue angle of 223.85º 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 #2E58CA is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 88 | 202 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.21 |
| HSL | 223.85º | 0.63% | 0.49% | - |
| HSV(B) | 223.85º | 0.77% | 0.79% | - |
| XYZ | 15.28 | 11.82 | 57.35 | - |
| YUV | 88.44 | 192.09 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 88 | 202 | 0.77 | 0.56 | 0 | 0.21 | 223.85 | 0.63 | 0.49 |
| Hex | 2E | 58 | CA | 4D | 38 | 0 | 15 | E0 | 3F | 31 |
| Octal | 56 | 130 | 312 | 115 | 70 | 0 | 25 | 340 | 77 | 61 |
| Binary | 101110 | 1011000 | 11001010 | 1001101 | 111000 | 0 | 10101 | 11100000 | 111111 | 110001 |
Color Harmonies of #2E58CA
Complementary color
Monochromatic Colors of #2E58CA
Black with #2E58CA
Text Example
Text Example
White with #2E58CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E58CA; }
p { color: rgb(46,88,202); }
H1.HeaderClassName
{
color: #2E58CA;
}
.AnyTagClassName
{
color: #2E58CA;
}
</style>
background-color css
<style>
a { background-color: #2E58CA; }
a { background-color: rgb(46,88,202); }
div.DivClassName
{
background-color: #2E58CA;
}
.BgClassName
{
background-color: #2E58CA;
}
</style>
border-color css
<style>
span { border-color: #2E58CA; }
span { border-color: rgb(46,88,202); }
td.TdClassName
{
border-color: #2E58CA;
}
.TagClassName
{
border-color: #2E58CA;
}
</style>