Shades of Cerulean Blue #2E5DB6
Tints of Cerulean Blue #2E5DB6
RGB
CMYK
RGB Variations
Color information
#2E5DB6 (or 0x2E5DB6) is known color: Cerulean Blue. HEX triplet: 2E, 5D and B6. RGB value is (46,93,182). Sum of RGB (Red+Green+Blue) = 46+93+182=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 182 (71.48% from 255 or 56.70% from 321); Max value from RGB is 182 - color contains mainly: blue. Hex color #2E5DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5DB6 is #D1A249. Grayscale: #585858. Windows color (decimal): -13738570 or 11951406. OLE color: 11951406.
HSL color Cylindrical-coordinate representation of color #2E5DB6: hue angle of 219.26º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E5DB6 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 93 | 182 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.29 |
| HSL | 219.26º | 0.6% | 0.45% | - |
| HSV(B) | 219.26º | 0.75% | 0.71% | - |
| XYZ | 13.48 | 11.79 | 45.82 | - |
| YUV | 89.09 | 180.43 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 93 | 182 | 0.75 | 0.49 | 0 | 0.29 | 219.26 | 0.6 | 0.45 |
| Hex | 2E | 5D | B6 | 4B | 31 | 0 | 1D | DB | 3C | 2D |
| Octal | 56 | 135 | 266 | 113 | 61 | 0 | 35 | 333 | 74 | 55 |
| Binary | 101110 | 1011101 | 10110110 | 1001011 | 110001 | 0 | 11101 | 11011011 | 111100 | 101101 |
Color Harmonies of #2E5DB6
Complementary color
Monochromatic Colors of #2E5DB6
Black with #2E5DB6
Text Example
Text Example
White with #2E5DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5DB6; }
p { color: rgb(46,93,182); }
H1.HeaderClassName
{
color: #2E5DB6;
}
.AnyTagClassName
{
color: #2E5DB6;
}
</style>
background-color css
<style>
a { background-color: #2E5DB6; }
a { background-color: rgb(46,93,182); }
div.DivClassName
{
background-color: #2E5DB6;
}
.BgClassName
{
background-color: #2E5DB6;
}
</style>
border-color css
<style>
span { border-color: #2E5DB6; }
span { border-color: rgb(46,93,182); }
td.TdClassName
{
border-color: #2E5DB6;
}
.TagClassName
{
border-color: #2E5DB6;
}
</style>