Shades of Cerulean Blue #2C58CE
Tints of Cerulean Blue #2C58CE
RGB
CMYK
RGB Variations
Color information
#2C58CE (or 0x2C58CE) is known color: Cerulean Blue. HEX triplet: 2C, 58 and CE. RGB value is (44,88,206). Sum of RGB (Red+Green+Blue) = 44+88+206=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #2C58CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C58CE is #D3A731. Grayscale: #575757. Windows color (decimal): -13870898 or 13522988. OLE color: 13522988.
HSL color Cylindrical-coordinate representation of color #2C58CE: hue angle of 223.7º 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 #2C58CE is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 88 | 206 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.19 |
| HSL | 223.7º | 0.65% | 0.49% | - |
| HSV(B) | 223.7º | 0.79% | 0.81% | - |
| XYZ | 15.67 | 11.97 | 59.88 | - |
| YUV | 88.3 | 194.42 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 206 | 0.79 | 0.57 | 0 | 0.19 | 223.7 | 0.65 | 0.49 |
| Hex | 2C | 58 | CE | 4F | 39 | 0 | 13 | E0 | 41 | 31 |
| Octal | 54 | 130 | 316 | 117 | 71 | 0 | 23 | 340 | 101 | 61 |
| Binary | 101100 | 1011000 | 11001110 | 1001111 | 111001 | 0 | 10011 | 11100000 | 1000001 | 110001 |
Color Harmonies of #2C58CE
Complementary color
Monochromatic Colors of #2C58CE
Black with #2C58CE
Text Example
Text Example
White with #2C58CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C58CE; }
p { color: rgb(44,88,206); }
H1.HeaderClassName
{
color: #2C58CE;
}
.AnyTagClassName
{
color: #2C58CE;
}
</style>
background-color css
<style>
a { background-color: #2C58CE; }
a { background-color: rgb(44,88,206); }
div.DivClassName
{
background-color: #2C58CE;
}
.BgClassName
{
background-color: #2C58CE;
}
</style>
border-color css
<style>
span { border-color: #2C58CE; }
span { border-color: rgb(44,88,206); }
td.TdClassName
{
border-color: #2C58CE;
}
.TagClassName
{
border-color: #2C58CE;
}
</style>