Shades of Cerulean Blue #2056CC
Tints of Cerulean Blue #2056CC
RGB
CMYK
RGB Variations
Color information
#2056CC (or 0x2056CC) is known color: Cerulean Blue. HEX triplet: 20, 56 and CC. RGB value is (32,86,204). Sum of RGB (Red+Green+Blue) = 32+86+204=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #2056CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2056CC is #DFA933. Grayscale: #525252. Windows color (decimal): -14657844 or 13391392. OLE color: 13391392.
HSL color Cylindrical-coordinate representation of color #2056CC: hue angle of 221.16º 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 #2056CC is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 86 | 204 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.2 |
| HSL | 221.16º | 0.73% | 0.46% | - |
| HSV(B) | 221.16º | 0.84% | 0.8% | - |
| XYZ | 14.82 | 11.32 | 58.53 | - |
| YUV | 83.31 | 196.11 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 204 | 0.84 | 0.58 | 0 | 0.2 | 221.16 | 0.73 | 0.46 |
| Hex | 20 | 56 | CC | 54 | 3A | 0 | 14 | DD | 49 | 2E |
| Octal | 40 | 126 | 314 | 124 | 72 | 0 | 24 | 335 | 111 | 56 |
| Binary | 100000 | 1010110 | 11001100 | 1010100 | 111010 | 0 | 10100 | 11011101 | 1001001 | 101110 |
Color Harmonies of #2056CC
Complementary color
Monochromatic Colors of #2056CC
Black with #2056CC
Text Example
Text Example
White with #2056CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2056CC; }
p { color: rgb(32,86,204); }
H1.HeaderClassName
{
color: #2056CC;
}
.AnyTagClassName
{
color: #2056CC;
}
</style>
background-color css
<style>
a { background-color: #2056CC; }
a { background-color: rgb(32,86,204); }
div.DivClassName
{
background-color: #2056CC;
}
.BgClassName
{
background-color: #2056CC;
}
</style>
border-color css
<style>
span { border-color: #2056CC; }
span { border-color: rgb(32,86,204); }
td.TdClassName
{
border-color: #2056CC;
}
.TagClassName
{
border-color: #2056CC;
}
</style>