Shades of Cerulean Blue #2056CB
Tints of Cerulean Blue #2056CB
RGB
CMYK
RGB Variations
Color information
#2056CB (or 0x2056CB) is known color: Cerulean Blue. HEX triplet: 20, 56 and CB. RGB value is (32,86,203). Sum of RGB (Red+Green+Blue) = 32+86+203=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #2056CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2056CB is #DFA934. Grayscale: #525252. Windows color (decimal): -14657845 or 13325856. OLE color: 13325856.
HSL color Cylindrical-coordinate representation of color #2056CB: hue angle of 221.05º 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 #2056CB is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 86 | 203 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.20 |
| HSL | 221.05º | 0.73% | 0.46% | - |
| HSV(B) | 221.05º | 0.84% | 0.8% | - |
| XYZ | 14.7 | 11.27 | 57.9 | - |
| YUV | 83.19 | 195.61 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 203 | 0.84 | 0.58 | 0 | 0.20 | 221.05 | 0.73 | 0.46 |
| Hex | 20 | 56 | CB | 54 | 3A | 0 | 14 | DD | 49 | 2E |
| Octal | 40 | 126 | 313 | 124 | 72 | 0 | 24 | 335 | 111 | 56 |
| Binary | 100000 | 1010110 | 11001011 | 1010100 | 111010 | 0 | 10100 | 11011101 | 1001001 | 101110 |
Color Harmonies of #2056CB
Complementary color
Monochromatic Colors of #2056CB
Black with #2056CB
Text Example
Text Example
White with #2056CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2056CB; }
p { color: rgb(32,86,203); }
H1.HeaderClassName
{
color: #2056CB;
}
.AnyTagClassName
{
color: #2056CB;
}
</style>
background-color css
<style>
a { background-color: #2056CB; }
a { background-color: rgb(32,86,203); }
div.DivClassName
{
background-color: #2056CB;
}
.BgClassName
{
background-color: #2056CB;
}
</style>
border-color css
<style>
span { border-color: #2056CB; }
span { border-color: rgb(32,86,203); }
td.TdClassName
{
border-color: #2056CB;
}
.TagClassName
{
border-color: #2056CB;
}
</style>