Shades of Cerulean Blue #2056BA
Tints of Cerulean Blue #2056BA
RGB
CMYK
RGB Variations
Color information
#2056BA (or 0x2056BA) is known color: Cerulean Blue. HEX triplet: 20, 56 and BA. RGB value is (32,86,186). Sum of RGB (Red+Green+Blue) = 32+86+186=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #2056BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2056BA is #DFA945. Grayscale: #505050. Windows color (decimal): -14657862 or 12211744. OLE color: 12211744.
HSL color Cylindrical-coordinate representation of color #2056BA: hue angle of 218.96º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2056BA is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 86 | 186 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.27 |
| HSL | 218.96º | 0.71% | 0.43% | - |
| HSV(B) | 218.96º | 0.83% | 0.73% | - |
| XYZ | 12.79 | 10.51 | 47.81 | - |
| YUV | 81.25 | 187.11 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 186 | 0.83 | 0.54 | 0 | 0.27 | 218.96 | 0.71 | 0.43 |
| Hex | 20 | 56 | BA | 53 | 36 | 0 | 1B | DB | 47 | 2B |
| Octal | 40 | 126 | 272 | 123 | 66 | 0 | 33 | 333 | 107 | 53 |
| Binary | 100000 | 1010110 | 10111010 | 1010011 | 110110 | 0 | 11011 | 11011011 | 1000111 | 101011 |
Color Harmonies of #2056BA
Complementary color
Monochromatic Colors of #2056BA
Black with #2056BA
Text Example
Text Example
White with #2056BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2056BA; }
p { color: rgb(32,86,186); }
H1.HeaderClassName
{
color: #2056BA;
}
.AnyTagClassName
{
color: #2056BA;
}
</style>
background-color css
<style>
a { background-color: #2056BA; }
a { background-color: rgb(32,86,186); }
div.DivClassName
{
background-color: #2056BA;
}
.BgClassName
{
background-color: #2056BA;
}
</style>
border-color css
<style>
span { border-color: #2056BA; }
span { border-color: rgb(32,86,186); }
td.TdClassName
{
border-color: #2056BA;
}
.TagClassName
{
border-color: #2056BA;
}
</style>