Shades of Cerulean Blue #2C5ECE
Tints of Cerulean Blue #2C5ECE
RGB
CMYK
RGB Variations
Color information
#2C5ECE (or 0x2C5ECE) is known color: Cerulean Blue. HEX triplet: 2C, 5E and CE. RGB value is (44,94,206). Sum of RGB (Red+Green+Blue) = 44+94+206=344 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.79% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #2C5ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5ECE is #D3A131. Grayscale: #5B5B5B. Windows color (decimal): -13869362 or 13524524. OLE color: 13524524.
HSL color Cylindrical-coordinate representation of color #2C5ECE: hue angle of 221.48º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C5ECE is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 94 | 206 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.19 |
| HSL | 221.48º | 0.65% | 0.49% | - |
| HSV(B) | 221.48º | 0.79% | 0.81% | - |
| XYZ | 16.18 | 13 | 60.05 | - |
| YUV | 91.82 | 192.44 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 94 | 206 | 0.79 | 0.54 | 0 | 0.19 | 221.48 | 0.65 | 0.49 |
| Hex | 2C | 5E | CE | 4F | 36 | 0 | 13 | DD | 41 | 31 |
| Octal | 54 | 136 | 316 | 117 | 66 | 0 | 23 | 335 | 101 | 61 |
| Binary | 101100 | 1011110 | 11001110 | 1001111 | 110110 | 0 | 10011 | 11011101 | 1000001 | 110001 |
Color Harmonies of #2C5ECE
Complementary color
Monochromatic Colors of #2C5ECE
Black with #2C5ECE
Text Example
Text Example
White with #2C5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5ECE; }
p { color: rgb(44,94,206); }
H1.HeaderClassName
{
color: #2C5ECE;
}
.AnyTagClassName
{
color: #2C5ECE;
}
</style>
background-color css
<style>
a { background-color: #2C5ECE; }
a { background-color: rgb(44,94,206); }
div.DivClassName
{
background-color: #2C5ECE;
}
.BgClassName
{
background-color: #2C5ECE;
}
</style>
border-color css
<style>
span { border-color: #2C5ECE; }
span { border-color: rgb(44,94,206); }
td.TdClassName
{
border-color: #2C5ECE;
}
.TagClassName
{
border-color: #2C5ECE;
}
</style>