Shades of Cerulean Blue #2059CC
Tints of Cerulean Blue #2059CC
RGB
CMYK
RGB Variations
Color information
#2059CC (or 0x2059CC) is known color: Cerulean Blue. HEX triplet: 20, 59 and CC. RGB value is (32,89,204). Sum of RGB (Red+Green+Blue) = 32+89+204=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #2059CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2059CC is #DFA633. Grayscale: #545454. Windows color (decimal): -14657076 or 13392160. OLE color: 13392160.
HSL color Cylindrical-coordinate representation of color #2059CC: hue angle of 220.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2059CC is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 89 | 204 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.2 |
| HSL | 220.12º | 0.73% | 0.46% | - |
| HSV(B) | 220.12º | 0.84% | 0.8% | - |
| XYZ | 15.07 | 11.81 | 58.61 | - |
| YUV | 85.07 | 195.12 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 204 | 0.84 | 0.56 | 0 | 0.2 | 220.12 | 0.73 | 0.46 |
| Hex | 20 | 59 | CC | 54 | 38 | 0 | 14 | DC | 49 | 2E |
| Octal | 40 | 131 | 314 | 124 | 70 | 0 | 24 | 334 | 111 | 56 |
| Binary | 100000 | 1011001 | 11001100 | 1010100 | 111000 | 0 | 10100 | 11011100 | 1001001 | 101110 |
Color Harmonies of #2059CC
Complementary color
Monochromatic Colors of #2059CC
Black with #2059CC
Text Example
Text Example
White with #2059CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2059CC; }
p { color: rgb(32,89,204); }
H1.HeaderClassName
{
color: #2059CC;
}
.AnyTagClassName
{
color: #2059CC;
}
</style>
background-color css
<style>
a { background-color: #2059CC; }
a { background-color: rgb(32,89,204); }
div.DivClassName
{
background-color: #2059CC;
}
.BgClassName
{
background-color: #2059CC;
}
</style>
border-color css
<style>
span { border-color: #2059CC; }
span { border-color: rgb(32,89,204); }
td.TdClassName
{
border-color: #2059CC;
}
.TagClassName
{
border-color: #2059CC;
}
</style>