Shades of Cerulean Blue #2E60CE
Tints of Cerulean Blue #2E60CE
RGB
CMYK
RGB Variations
Color information
#2E60CE (or 0x2E60CE) is known color: Cerulean Blue. HEX triplet: 2E, 60 and CE. RGB value is (46,96,206). Sum of RGB (Red+Green+Blue) = 46+96+206=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E60CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E60CE is #D19F31. Grayscale: #5D5D5D. Windows color (decimal): -13737778 or 13525038. OLE color: 13525038.
HSL color Cylindrical-coordinate representation of color #2E60CE: hue angle of 221.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E60CE is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 96 | 206 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.19 |
| HSL | 221.25º | 0.63% | 0.49% | - |
| HSV(B) | 221.25º | 0.78% | 0.81% | - |
| XYZ | 16.45 | 13.4 | 60.11 | - |
| YUV | 93.59 | 191.44 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 206 | 0.78 | 0.53 | 0 | 0.19 | 221.25 | 0.63 | 0.49 |
| Hex | 2E | 60 | CE | 4E | 35 | 0 | 13 | DD | 3F | 31 |
| Octal | 56 | 140 | 316 | 116 | 65 | 0 | 23 | 335 | 77 | 61 |
| Binary | 101110 | 1100000 | 11001110 | 1001110 | 110101 | 0 | 10011 | 11011101 | 111111 | 110001 |
Color Harmonies of #2E60CE
Complementary color
Monochromatic Colors of #2E60CE
Black with #2E60CE
Text Example
Text Example
White with #2E60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E60CE; }
p { color: rgb(46,96,206); }
H1.HeaderClassName
{
color: #2E60CE;
}
.AnyTagClassName
{
color: #2E60CE;
}
</style>
background-color css
<style>
a { background-color: #2E60CE; }
a { background-color: rgb(46,96,206); }
div.DivClassName
{
background-color: #2E60CE;
}
.BgClassName
{
background-color: #2E60CE;
}
</style>
border-color css
<style>
span { border-color: #2E60CE; }
span { border-color: rgb(46,96,206); }
td.TdClassName
{
border-color: #2E60CE;
}
.TagClassName
{
border-color: #2E60CE;
}
</style>