Shades of Cerulean Blue #2E5BCE
Tints of Cerulean Blue #2E5BCE
RGB
CMYK
RGB Variations
Color information
#2E5BCE (or 0x2E5BCE) is known color: Cerulean Blue. HEX triplet: 2E, 5B and CE. RGB value is (46,91,206). Sum of RGB (Red+Green+Blue) = 46+91+206=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E5BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5BCE is #D1A431. Grayscale: #5A5A5A. Windows color (decimal): -13739058 or 13523758. OLE color: 13523758.
HSL color Cylindrical-coordinate representation of color #2E5BCE: hue angle of 223.12º 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 #2E5BCE is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 91 | 206 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.19 |
| HSL | 223.13º | 0.63% | 0.49% | - |
| HSV(B) | 223.13º | 0.78% | 0.81% | - |
| XYZ | 16.01 | 12.52 | 59.97 | - |
| YUV | 90.66 | 193.09 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 91 | 206 | 0.78 | 0.56 | 0 | 0.19 | 223.13 | 0.63 | 0.49 |
| Hex | 2E | 5B | CE | 4E | 38 | 0 | 13 | DF | 3F | 31 |
| Octal | 56 | 133 | 316 | 116 | 70 | 0 | 23 | 337 | 77 | 61 |
| Binary | 101110 | 1011011 | 11001110 | 1001110 | 111000 | 0 | 10011 | 11011111 | 111111 | 110001 |
Color Harmonies of #2E5BCE
Complementary color
Monochromatic Colors of #2E5BCE
Black with #2E5BCE
Text Example
Text Example
White with #2E5BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5BCE; }
p { color: rgb(46,91,206); }
H1.HeaderClassName
{
color: #2E5BCE;
}
.AnyTagClassName
{
color: #2E5BCE;
}
</style>
background-color css
<style>
a { background-color: #2E5BCE; }
a { background-color: rgb(46,91,206); }
div.DivClassName
{
background-color: #2E5BCE;
}
.BgClassName
{
background-color: #2E5BCE;
}
</style>
border-color css
<style>
span { border-color: #2E5BCE; }
span { border-color: rgb(46,91,206); }
td.TdClassName
{
border-color: #2E5BCE;
}
.TagClassName
{
border-color: #2E5BCE;
}
</style>