Shades of Cerulean Blue #2E4ED7
Tints of Cerulean Blue #2E4ED7
RGB
CMYK
RGB Variations
Color information
#2E4ED7 (or 0x2E4ED7) is known color: Cerulean Blue. HEX triplet: 2E, 4E and D7. RGB value is (46,78,215). Sum of RGB (Red+Green+Blue) = 46+78+215=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 215 (84.38% from 255 or 63.42% from 339); Max value from RGB is 215 - color contains mainly: blue. Hex color #2E4ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4ED7 is #D1B128. Grayscale: #535353. Windows color (decimal): -13742377 or 14110254. OLE color: 14110254.
HSL color Cylindrical-coordinate representation of color #2E4ED7: hue angle of 228.64º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E4ED7 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 78 | 215 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.16 |
| HSL | 228.64º | 0.68% | 0.51% | - |
| HSV(B) | 228.64º | 0.79% | 0.84% | - |
| XYZ | 16.12 | 10.94 | 65.55 | - |
| YUV | 84.05 | 201.9 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 78 | 215 | 0.79 | 0.64 | 0 | 0.16 | 228.64 | 0.68 | 0.51 |
| Hex | 2E | 4E | D7 | 4F | 40 | 0 | 10 | E5 | 44 | 33 |
| Octal | 56 | 116 | 327 | 117 | 100 | 0 | 20 | 345 | 104 | 63 |
| Binary | 101110 | 1001110 | 11010111 | 1001111 | 1000000 | 0 | 10000 | 11100101 | 1000100 | 110011 |
Color Harmonies of #2E4ED7
Complementary color
Monochromatic Colors of #2E4ED7
Black with #2E4ED7
Text Example
Text Example
White with #2E4ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4ED7; }
p { color: rgb(46,78,215); }
H1.HeaderClassName
{
color: #2E4ED7;
}
.AnyTagClassName
{
color: #2E4ED7;
}
</style>
background-color css
<style>
a { background-color: #2E4ED7; }
a { background-color: rgb(46,78,215); }
div.DivClassName
{
background-color: #2E4ED7;
}
.BgClassName
{
background-color: #2E4ED7;
}
</style>
border-color css
<style>
span { border-color: #2E4ED7; }
span { border-color: rgb(46,78,215); }
td.TdClassName
{
border-color: #2E4ED7;
}
.TagClassName
{
border-color: #2E4ED7;
}
</style>