Shades of Cerulean Blue #2056CF
Tints of Cerulean Blue #2056CF
RGB
CMYK
RGB Variations
Color information
#2056CF (or 0x2056CF) is known color: Cerulean Blue. HEX triplet: 20, 56 and CF. RGB value is (32,86,207). Sum of RGB (Red+Green+Blue) = 32+86+207=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #2056CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2056CF is #DFA930. Grayscale: #535353. Windows color (decimal): -14657841 or 13588000. OLE color: 13588000.
HSL color Cylindrical-coordinate representation of color #2056CF: hue angle of 221.49º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2056CF is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 86 | 207 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.19 |
| HSL | 221.49º | 0.73% | 0.47% | - |
| HSV(B) | 221.49º | 0.85% | 0.81% | - |
| XYZ | 15.19 | 11.47 | 60.44 | - |
| YUV | 83.65 | 197.61 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 207 | 0.85 | 0.58 | 0 | 0.19 | 221.49 | 0.73 | 0.47 |
| Hex | 20 | 56 | CF | 55 | 3A | 0 | 13 | DD | 49 | 2F |
| Octal | 40 | 126 | 317 | 125 | 72 | 0 | 23 | 335 | 111 | 57 |
| Binary | 100000 | 1010110 | 11001111 | 1010101 | 111010 | 0 | 10011 | 11011101 | 1001001 | 101111 |
Color Harmonies of #2056CF
Complementary color
Monochromatic Colors of #2056CF
Black with #2056CF
Text Example
Text Example
White with #2056CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2056CF; }
p { color: rgb(32,86,207); }
H1.HeaderClassName
{
color: #2056CF;
}
.AnyTagClassName
{
color: #2056CF;
}
</style>
background-color css
<style>
a { background-color: #2056CF; }
a { background-color: rgb(32,86,207); }
div.DivClassName
{
background-color: #2056CF;
}
.BgClassName
{
background-color: #2056CF;
}
</style>
border-color css
<style>
span { border-color: #2056CF; }
span { border-color: rgb(32,86,207); }
td.TdClassName
{
border-color: #2056CF;
}
.TagClassName
{
border-color: #2056CF;
}
</style>