Shades of Cerulean Blue #2056CE
Tints of Cerulean Blue #2056CE
RGB
CMYK
RGB Variations
Color information
#2056CE (or 0x2056CE) is known color: Cerulean Blue. HEX triplet: 20, 56 and CE. RGB value is (32,86,206). Sum of RGB (Red+Green+Blue) = 32+86+206=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #2056CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2056CE is #DFA931. Grayscale: #535353. Windows color (decimal): -14657842 or 13522464. OLE color: 13522464.
HSL color Cylindrical-coordinate representation of color #2056CE: hue angle of 221.38º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2056CE is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 86 | 206 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.19 |
| HSL | 221.38º | 0.73% | 0.47% | - |
| HSV(B) | 221.38º | 0.84% | 0.81% | - |
| XYZ | 15.06 | 11.42 | 59.8 | - |
| YUV | 83.53 | 197.11 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 206 | 0.84 | 0.58 | 0 | 0.19 | 221.38 | 0.73 | 0.47 |
| Hex | 20 | 56 | CE | 54 | 3A | 0 | 13 | DD | 49 | 2F |
| Octal | 40 | 126 | 316 | 124 | 72 | 0 | 23 | 335 | 111 | 57 |
| Binary | 100000 | 1010110 | 11001110 | 1010100 | 111010 | 0 | 10011 | 11011101 | 1001001 | 101111 |
Color Harmonies of #2056CE
Complementary color
Monochromatic Colors of #2056CE
Black with #2056CE
Text Example
Text Example
White with #2056CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2056CE; }
p { color: rgb(32,86,206); }
H1.HeaderClassName
{
color: #2056CE;
}
.AnyTagClassName
{
color: #2056CE;
}
</style>
background-color css
<style>
a { background-color: #2056CE; }
a { background-color: rgb(32,86,206); }
div.DivClassName
{
background-color: #2056CE;
}
.BgClassName
{
background-color: #2056CE;
}
</style>
border-color css
<style>
span { border-color: #2056CE; }
span { border-color: rgb(32,86,206); }
td.TdClassName
{
border-color: #2056CE;
}
.TagClassName
{
border-color: #2056CE;
}
</style>