Shades of Cerulean Blue #2E5EC6
Tints of Cerulean Blue #2E5EC6
RGB
CMYK
RGB Variations
Color information
#2E5EC6 (or 0x2E5EC6) is known color: Cerulean Blue. HEX triplet: 2E, 5E and C6. RGB value is (46,94,198). Sum of RGB (Red+Green+Blue) = 46+94+198=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 198 (77.73% from 255 or 58.58% from 338); Max value from RGB is 198 - color contains mainly: blue. Hex color #2E5EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5EC6 is #D1A139. Grayscale: #5B5B5B. Windows color (decimal): -13738298 or 13000238. OLE color: 13000238.
HSL color Cylindrical-coordinate representation of color #2E5EC6: hue angle of 221.05º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E5EC6 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 94 | 198 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.22 |
| HSL | 221.05º | 0.62% | 0.48% | - |
| HSV(B) | 221.05º | 0.77% | 0.78% | - |
| XYZ | 15.32 | 12.66 | 55.06 | - |
| YUV | 91.5 | 188.1 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 94 | 198 | 0.77 | 0.53 | 0 | 0.22 | 221.05 | 0.62 | 0.48 |
| Hex | 2E | 5E | C6 | 4D | 35 | 0 | 16 | DD | 3E | 30 |
| Octal | 56 | 136 | 306 | 115 | 65 | 0 | 26 | 335 | 76 | 60 |
| Binary | 101110 | 1011110 | 11000110 | 1001101 | 110101 | 0 | 10110 | 11011101 | 111110 | 110000 |
Color Harmonies of #2E5EC6
Complementary color
Monochromatic Colors of #2E5EC6
Black with #2E5EC6
Text Example
Text Example
White with #2E5EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5EC6; }
p { color: rgb(46,94,198); }
H1.HeaderClassName
{
color: #2E5EC6;
}
.AnyTagClassName
{
color: #2E5EC6;
}
</style>
background-color css
<style>
a { background-color: #2E5EC6; }
a { background-color: rgb(46,94,198); }
div.DivClassName
{
background-color: #2E5EC6;
}
.BgClassName
{
background-color: #2E5EC6;
}
</style>
border-color css
<style>
span { border-color: #2E5EC6; }
span { border-color: rgb(46,94,198); }
td.TdClassName
{
border-color: #2E5EC6;
}
.TagClassName
{
border-color: #2E5EC6;
}
</style>