Shades of Cerulean Blue #2E50CB
Tints of Cerulean Blue #2E50CB
RGB
CMYK
RGB Variations
Color information
#2E50CB (or 0x2E50CB) is known color: Cerulean Blue. HEX triplet: 2E, 50 and CB. RGB value is (46,80,203). Sum of RGB (Red+Green+Blue) = 46+80+203=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E50CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E50CB is #D1AF34. Grayscale: #535353. Windows color (decimal): -13741877 or 13324334. OLE color: 13324334.
HSL color Cylindrical-coordinate representation of color #2E50CB: hue angle of 227.01º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E50CB is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 80 | 203 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.20 |
| HSL | 227.01º | 0.63% | 0.49% | - |
| HSV(B) | 227.01º | 0.77% | 0.8% | - |
| XYZ | 14.77 | 10.63 | 57.77 | - |
| YUV | 83.86 | 195.24 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 203 | 0.77 | 0.61 | 0 | 0.20 | 227.01 | 0.63 | 0.49 |
| Hex | 2E | 50 | CB | 4D | 3D | 0 | 14 | E3 | 3F | 31 |
| Octal | 56 | 120 | 313 | 115 | 75 | 0 | 24 | 343 | 77 | 61 |
| Binary | 101110 | 1010000 | 11001011 | 1001101 | 111101 | 0 | 10100 | 11100011 | 111111 | 110001 |
Color Harmonies of #2E50CB
Complementary color
Monochromatic Colors of #2E50CB
Black with #2E50CB
Text Example
Text Example
White with #2E50CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E50CB; }
p { color: rgb(46,80,203); }
H1.HeaderClassName
{
color: #2E50CB;
}
.AnyTagClassName
{
color: #2E50CB;
}
</style>
background-color css
<style>
a { background-color: #2E50CB; }
a { background-color: rgb(46,80,203); }
div.DivClassName
{
background-color: #2E50CB;
}
.BgClassName
{
background-color: #2E50CB;
}
</style>
border-color css
<style>
span { border-color: #2E50CB; }
span { border-color: rgb(46,80,203); }
td.TdClassName
{
border-color: #2E50CB;
}
.TagClassName
{
border-color: #2E50CB;
}
</style>