Shades of Cerulean Blue #2E5DC6
Tints of Cerulean Blue #2E5DC6
RGB
CMYK
RGB Variations
Color information
#2E5DC6 (or 0x2E5DC6) is known color: Cerulean Blue. HEX triplet: 2E, 5D and C6. RGB value is (46,93,198). Sum of RGB (Red+Green+Blue) = 46+93+198=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 198 (77.73% from 255 or 58.75% from 337); Max value from RGB is 198 - color contains mainly: blue. Hex color #2E5DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5DC6 is #D1A239. Grayscale: #5A5A5A. Windows color (decimal): -13738554 or 12999982. OLE color: 12999982.
HSL color Cylindrical-coordinate representation of color #2E5DC6: hue angle of 221.45º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E5DC6 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 93 | 198 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.22 |
| HSL | 221.45º | 0.62% | 0.48% | - |
| HSV(B) | 221.45º | 0.77% | 0.78% | - |
| XYZ | 15.23 | 12.49 | 55.03 | - |
| YUV | 90.92 | 188.43 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 93 | 198 | 0.77 | 0.53 | 0 | 0.22 | 221.45 | 0.62 | 0.48 |
| Hex | 2E | 5D | C6 | 4D | 35 | 0 | 16 | DD | 3E | 30 |
| Octal | 56 | 135 | 306 | 115 | 65 | 0 | 26 | 335 | 76 | 60 |
| Binary | 101110 | 1011101 | 11000110 | 1001101 | 110101 | 0 | 10110 | 11011101 | 111110 | 110000 |
Color Harmonies of #2E5DC6
Complementary color
Monochromatic Colors of #2E5DC6
Black with #2E5DC6
Text Example
Text Example
White with #2E5DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5DC6; }
p { color: rgb(46,93,198); }
H1.HeaderClassName
{
color: #2E5DC6;
}
.AnyTagClassName
{
color: #2E5DC6;
}
</style>
background-color css
<style>
a { background-color: #2E5DC6; }
a { background-color: rgb(46,93,198); }
div.DivClassName
{
background-color: #2E5DC6;
}
.BgClassName
{
background-color: #2E5DC6;
}
</style>
border-color css
<style>
span { border-color: #2E5DC6; }
span { border-color: rgb(46,93,198); }
td.TdClassName
{
border-color: #2E5DC6;
}
.TagClassName
{
border-color: #2E5DC6;
}
</style>