Shades of Cerulean Blue #2E54B8
Tints of Cerulean Blue #2E54B8
RGB
CMYK
RGB Variations
Color information
#2E54B8 (or 0x2E54B8) is known color: Cerulean Blue. HEX triplet: 2E, 54 and B8. RGB value is (46,84,184). Sum of RGB (Red+Green+Blue) = 46+84+184=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 184 (72.27% from 255 or 58.60% from 314); Max value from RGB is 184 - color contains mainly: blue. Hex color #2E54B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E54B8 is #D1AB47. Grayscale: #535353. Windows color (decimal): -13740872 or 12080174. OLE color: 12080174.
HSL color Cylindrical-coordinate representation of color #2E54B8: hue angle of 223.48º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E54B8 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 84 | 184 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.28 |
| HSL | 223.48º | 0.6% | 0.45% | - |
| HSV(B) | 223.48º | 0.75% | 0.72% | - |
| XYZ | 12.95 | 10.38 | 46.67 | - |
| YUV | 84.04 | 184.41 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 184 | 0.75 | 0.54 | 0 | 0.28 | 223.48 | 0.6 | 0.45 |
| Hex | 2E | 54 | B8 | 4B | 36 | 0 | 1C | DF | 3C | 2D |
| Octal | 56 | 124 | 270 | 113 | 66 | 0 | 34 | 337 | 74 | 55 |
| Binary | 101110 | 1010100 | 10111000 | 1001011 | 110110 | 0 | 11100 | 11011111 | 111100 | 101101 |
Color Harmonies of #2E54B8
Complementary color
Monochromatic Colors of #2E54B8
Black with #2E54B8
Text Example
Text Example
White with #2E54B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E54B8; }
p { color: rgb(46,84,184); }
H1.HeaderClassName
{
color: #2E54B8;
}
.AnyTagClassName
{
color: #2E54B8;
}
</style>
background-color css
<style>
a { background-color: #2E54B8; }
a { background-color: rgb(46,84,184); }
div.DivClassName
{
background-color: #2E54B8;
}
.BgClassName
{
background-color: #2E54B8;
}
</style>
border-color css
<style>
span { border-color: #2E54B8; }
span { border-color: rgb(46,84,184); }
td.TdClassName
{
border-color: #2E54B8;
}
.TagClassName
{
border-color: #2E54B8;
}
</style>