Shades of Cerulean Blue #2C5ACC
Tints of Cerulean Blue #2C5ACC
RGB
CMYK
RGB Variations
Color information
#2C5ACC (or 0x2C5ACC) is known color: Cerulean Blue. HEX triplet: 2C, 5A and CC. RGB value is (44,90,204). Sum of RGB (Red+Green+Blue) = 44+90+204=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C5ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5ACC is #D3A533. Grayscale: #585858. Windows color (decimal): -13870388 or 13392428. OLE color: 13392428.
HSL color Cylindrical-coordinate representation of color #2C5ACC: hue angle of 222.75º degrees, saturation: 0.65, 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 #2C5ACC is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 90 | 204 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.2 |
| HSL | 222.75º | 0.65% | 0.49% | - |
| HSV(B) | 222.75º | 0.78% | 0.8% | - |
| XYZ | 15.59 | 12.21 | 58.66 | - |
| YUV | 89.24 | 192.76 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 90 | 204 | 0.78 | 0.56 | 0 | 0.2 | 222.75 | 0.65 | 0.49 |
| Hex | 2C | 5A | CC | 4E | 38 | 0 | 14 | DF | 41 | 31 |
| Octal | 54 | 132 | 314 | 116 | 70 | 0 | 24 | 337 | 101 | 61 |
| Binary | 101100 | 1011010 | 11001100 | 1001110 | 111000 | 0 | 10100 | 11011111 | 1000001 | 110001 |
Color Harmonies of #2C5ACC
Complementary color
Monochromatic Colors of #2C5ACC
Black with #2C5ACC
Text Example
Text Example
White with #2C5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5ACC; }
p { color: rgb(44,90,204); }
H1.HeaderClassName
{
color: #2C5ACC;
}
.AnyTagClassName
{
color: #2C5ACC;
}
</style>
background-color css
<style>
a { background-color: #2C5ACC; }
a { background-color: rgb(44,90,204); }
div.DivClassName
{
background-color: #2C5ACC;
}
.BgClassName
{
background-color: #2C5ACC;
}
</style>
border-color css
<style>
span { border-color: #2C5ACC; }
span { border-color: rgb(44,90,204); }
td.TdClassName
{
border-color: #2C5ACC;
}
.TagClassName
{
border-color: #2C5ACC;
}
</style>