Shades of Cerulean Blue #2056AD
Tints of Cerulean Blue #2056AD
RGB
CMYK
RGB Variations
Color information
#2056AD (or 0x2056AD) is known color: Cerulean Blue. HEX triplet: 20, 56 and AD. RGB value is (32,86,173). Sum of RGB (Red+Green+Blue) = 32+86+173=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #2056AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2056AD is #DFA952. Grayscale: #4F4F4F. Windows color (decimal): -14657875 or 11359776. OLE color: 11359776.
HSL color Cylindrical-coordinate representation of color #2056AD: hue angle of 217.02º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2056AD is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 86 | 173 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.32 |
| HSL | 217.02º | 0.69% | 0.4% | - |
| HSV(B) | 217.02º | 0.82% | 0.68% | - |
| XYZ | 11.47 | 9.98 | 40.86 | - |
| YUV | 79.77 | 180.61 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 173 | 0.82 | 0.50 | 0 | 0.32 | 217.02 | 0.69 | 0.4 |
| Hex | 20 | 56 | AD | 52 | 32 | 0 | 20 | D9 | 45 | 28 |
| Octal | 40 | 126 | 255 | 122 | 62 | 0 | 40 | 331 | 105 | 50 |
| Binary | 100000 | 1010110 | 10101101 | 1010010 | 110010 | 0 | 100000 | 11011001 | 1000101 | 101000 |
Color Harmonies of #2056AD
Complementary color
Monochromatic Colors of #2056AD
Black with #2056AD
Text Example
Text Example
White with #2056AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2056AD; }
p { color: rgb(32,86,173); }
H1.HeaderClassName
{
color: #2056AD;
}
.AnyTagClassName
{
color: #2056AD;
}
</style>
background-color css
<style>
a { background-color: #2056AD; }
a { background-color: rgb(32,86,173); }
div.DivClassName
{
background-color: #2056AD;
}
.BgClassName
{
background-color: #2056AD;
}
</style>
border-color css
<style>
span { border-color: #2056AD; }
span { border-color: rgb(32,86,173); }
td.TdClassName
{
border-color: #2056AD;
}
.TagClassName
{
border-color: #2056AD;
}
</style>