Shades of Cerulean Blue #2E50BA
Tints of Cerulean Blue #2E50BA
RGB
CMYK
RGB Variations
Color information
#2E50BA (or 0x2E50BA) is known color: Cerulean Blue. HEX triplet: 2E, 50 and BA. RGB value is (46,80,186). Sum of RGB (Red+Green+Blue) = 46+80+186=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E50BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E50BA is #D1AF45. Grayscale: #515151. Windows color (decimal): -13741894 or 12210222. OLE color: 12210222.
HSL color Cylindrical-coordinate representation of color #2E50BA: hue angle of 225.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E50BA is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 80 | 186 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.27 |
| HSL | 225.43º | 0.6% | 0.45% | - |
| HSV(B) | 225.43º | 0.75% | 0.73% | - |
| XYZ | 12.86 | 9.86 | 47.68 | - |
| YUV | 81.92 | 186.74 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 186 | 0.75 | 0.57 | 0 | 0.27 | 225.43 | 0.6 | 0.45 |
| Hex | 2E | 50 | BA | 4B | 39 | 0 | 1B | E1 | 3C | 2D |
| Octal | 56 | 120 | 272 | 113 | 71 | 0 | 33 | 341 | 74 | 55 |
| Binary | 101110 | 1010000 | 10111010 | 1001011 | 111001 | 0 | 11011 | 11100001 | 111100 | 101101 |
Color Harmonies of #2E50BA
Complementary color
Monochromatic Colors of #2E50BA
Black with #2E50BA
Text Example
Text Example
White with #2E50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E50BA; }
p { color: rgb(46,80,186); }
H1.HeaderClassName
{
color: #2E50BA;
}
.AnyTagClassName
{
color: #2E50BA;
}
</style>
background-color css
<style>
a { background-color: #2E50BA; }
a { background-color: rgb(46,80,186); }
div.DivClassName
{
background-color: #2E50BA;
}
.BgClassName
{
background-color: #2E50BA;
}
</style>
border-color css
<style>
span { border-color: #2E50BA; }
span { border-color: rgb(46,80,186); }
td.TdClassName
{
border-color: #2E50BA;
}
.TagClassName
{
border-color: #2E50BA;
}
</style>