Shades of Cerulean Blue #2E5ACB
Tints of Cerulean Blue #2E5ACB
RGB
CMYK
RGB Variations
Color information
#2E5ACB (or 0x2E5ACB) is known color: Cerulean Blue. HEX triplet: 2E, 5A and CB. RGB value is (46,90,203). Sum of RGB (Red+Green+Blue) = 46+90+203=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E5ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5ACB is #D1A534. Grayscale: #595959. Windows color (decimal): -13739317 or 13326894. OLE color: 13326894.
HSL color Cylindrical-coordinate representation of color #2E5ACB: hue angle of 223.18º 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 #2E5ACB is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 90 | 203 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.20 |
| HSL | 223.18º | 0.63% | 0.49% | - |
| HSV(B) | 223.18º | 0.77% | 0.8% | - |
| XYZ | 15.56 | 12.2 | 58.04 | - |
| YUV | 89.73 | 191.92 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 203 | 0.77 | 0.56 | 0 | 0.20 | 223.18 | 0.63 | 0.49 |
| Hex | 2E | 5A | CB | 4D | 38 | 0 | 14 | DF | 3F | 31 |
| Octal | 56 | 132 | 313 | 115 | 70 | 0 | 24 | 337 | 77 | 61 |
| Binary | 101110 | 1011010 | 11001011 | 1001101 | 111000 | 0 | 10100 | 11011111 | 111111 | 110001 |
Color Harmonies of #2E5ACB
Complementary color
Monochromatic Colors of #2E5ACB
Black with #2E5ACB
Text Example
Text Example
White with #2E5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5ACB; }
p { color: rgb(46,90,203); }
H1.HeaderClassName
{
color: #2E5ACB;
}
.AnyTagClassName
{
color: #2E5ACB;
}
</style>
background-color css
<style>
a { background-color: #2E5ACB; }
a { background-color: rgb(46,90,203); }
div.DivClassName
{
background-color: #2E5ACB;
}
.BgClassName
{
background-color: #2E5ACB;
}
</style>
border-color css
<style>
span { border-color: #2E5ACB; }
span { border-color: rgb(46,90,203); }
td.TdClassName
{
border-color: #2E5ACB;
}
.TagClassName
{
border-color: #2E5ACB;
}
</style>