Shades of Cerulean Blue #2E5ACD
Tints of Cerulean Blue #2E5ACD
RGB
CMYK
RGB Variations
Color information
#2E5ACD (or 0x2E5ACD) is known color: Cerulean Blue. HEX triplet: 2E, 5A and CD. RGB value is (46,90,205). Sum of RGB (Red+Green+Blue) = 46+90+205=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E5ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5ACD is #D1A532. Grayscale: #595959. Windows color (decimal): -13739315 or 13457966. OLE color: 13457966.
HSL color Cylindrical-coordinate representation of color #2E5ACD: hue angle of 223.4º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E5ACD is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 90 | 205 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.20 |
| HSL | 223.4º | 0.63% | 0.49% | - |
| HSV(B) | 223.4º | 0.78% | 0.8% | - |
| XYZ | 15.8 | 12.3 | 59.3 | - |
| YUV | 89.95 | 192.92 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 205 | 0.78 | 0.56 | 0 | 0.20 | 223.4 | 0.63 | 0.49 |
| Hex | 2E | 5A | CD | 4E | 38 | 0 | 14 | DF | 3F | 31 |
| Octal | 56 | 132 | 315 | 116 | 70 | 0 | 24 | 337 | 77 | 61 |
| Binary | 101110 | 1011010 | 11001101 | 1001110 | 111000 | 0 | 10100 | 11011111 | 111111 | 110001 |
Color Harmonies of #2E5ACD
Complementary color
Monochromatic Colors of #2E5ACD
Black with #2E5ACD
Text Example
Text Example
White with #2E5ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5ACD; }
p { color: rgb(46,90,205); }
H1.HeaderClassName
{
color: #2E5ACD;
}
.AnyTagClassName
{
color: #2E5ACD;
}
</style>
background-color css
<style>
a { background-color: #2E5ACD; }
a { background-color: rgb(46,90,205); }
div.DivClassName
{
background-color: #2E5ACD;
}
.BgClassName
{
background-color: #2E5ACD;
}
</style>
border-color css
<style>
span { border-color: #2E5ACD; }
span { border-color: rgb(46,90,205); }
td.TdClassName
{
border-color: #2E5ACD;
}
.TagClassName
{
border-color: #2E5ACD;
}
</style>