Shades of Cerulean Blue #2E62CE
Tints of Cerulean Blue #2E62CE
RGB
CMYK
RGB Variations
Color information
#2E62CE (or 0x2E62CE) is known color: Cerulean Blue. HEX triplet: 2E, 62 and CE. RGB value is (46,98,206). Sum of RGB (Red+Green+Blue) = 46+98+206=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E62CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E62CE is #D19D31. Grayscale: #5E5E5E. Windows color (decimal): -13737266 or 13525550. OLE color: 13525550.
HSL color Cylindrical-coordinate representation of color #2E62CE: hue angle of 220.5º 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 #2E62CE is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 98 | 206 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.19 |
| HSL | 220.5º | 0.63% | 0.49% | - |
| HSV(B) | 220.5º | 0.78% | 0.81% | - |
| XYZ | 16.63 | 13.77 | 60.17 | - |
| YUV | 94.76 | 190.77 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 98 | 206 | 0.78 | 0.52 | 0 | 0.19 | 220.5 | 0.63 | 0.49 |
| Hex | 2E | 62 | CE | 4E | 34 | 0 | 13 | DC | 3F | 31 |
| Octal | 56 | 142 | 316 | 116 | 64 | 0 | 23 | 334 | 77 | 61 |
| Binary | 101110 | 1100010 | 11001110 | 1001110 | 110100 | 0 | 10011 | 11011100 | 111111 | 110001 |
Color Harmonies of #2E62CE
Complementary color
Monochromatic Colors of #2E62CE
Black with #2E62CE
Text Example
Text Example
White with #2E62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E62CE; }
p { color: rgb(46,98,206); }
H1.HeaderClassName
{
color: #2E62CE;
}
.AnyTagClassName
{
color: #2E62CE;
}
</style>
background-color css
<style>
a { background-color: #2E62CE; }
a { background-color: rgb(46,98,206); }
div.DivClassName
{
background-color: #2E62CE;
}
.BgClassName
{
background-color: #2E62CE;
}
</style>
border-color css
<style>
span { border-color: #2E62CE; }
span { border-color: rgb(46,98,206); }
td.TdClassName
{
border-color: #2E62CE;
}
.TagClassName
{
border-color: #2E62CE;
}
</style>