Shades of Cerulean Blue #2E5DBC
Tints of Cerulean Blue #2E5DBC
RGB
CMYK
RGB Variations
Color information
#2E5DBC (or 0x2E5DBC) is known color: Cerulean Blue. HEX triplet: 2E, 5D and BC. RGB value is (46,93,188). Sum of RGB (Red+Green+Blue) = 46+93+188=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E5DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5DBC is #D1A243. Grayscale: #595959. Windows color (decimal): -13738564 or 12344622. OLE color: 12344622.
HSL color Cylindrical-coordinate representation of color #2E5DBC: hue angle of 220.14º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E5DBC is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 93 | 188 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.26 |
| HSL | 220.14º | 0.61% | 0.46% | - |
| HSV(B) | 220.14º | 0.76% | 0.74% | - |
| XYZ | 14.12 | 12.04 | 49.16 | - |
| YUV | 89.78 | 183.43 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 93 | 188 | 0.76 | 0.51 | 0 | 0.26 | 220.14 | 0.61 | 0.46 |
| Hex | 2E | 5D | BC | 4C | 33 | 0 | 1A | DC | 3D | 2E |
| Octal | 56 | 135 | 274 | 114 | 63 | 0 | 32 | 334 | 75 | 56 |
| Binary | 101110 | 1011101 | 10111100 | 1001100 | 110011 | 0 | 11010 | 11011100 | 111101 | 101110 |
Color Harmonies of #2E5DBC
Complementary color
Monochromatic Colors of #2E5DBC
Black with #2E5DBC
Text Example
Text Example
White with #2E5DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5DBC; }
p { color: rgb(46,93,188); }
H1.HeaderClassName
{
color: #2E5DBC;
}
.AnyTagClassName
{
color: #2E5DBC;
}
</style>
background-color css
<style>
a { background-color: #2E5DBC; }
a { background-color: rgb(46,93,188); }
div.DivClassName
{
background-color: #2E5DBC;
}
.BgClassName
{
background-color: #2E5DBC;
}
</style>
border-color css
<style>
span { border-color: #2E5DBC; }
span { border-color: rgb(46,93,188); }
td.TdClassName
{
border-color: #2E5DBC;
}
.TagClassName
{
border-color: #2E5DBC;
}
</style>