Shades of Cerulean Blue #2156AD
Tints of Cerulean Blue #2156AD
RGB
CMYK
RGB Variations
Color information
#2156AD (or 0x2156AD) is known color: Cerulean Blue. HEX triplet: 21, 56 and AD. RGB value is (33,86,173). Sum of RGB (Red+Green+Blue) = 33+86+173=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #2156AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2156AD is #DEA952. Grayscale: #4F4F4F. Windows color (decimal): -14592339 or 11359777. OLE color: 11359777.
HSL color Cylindrical-coordinate representation of color #2156AD: hue angle of 217.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2156AD is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 86 | 173 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.32 |
| HSL | 217.29º | 0.68% | 0.4% | - |
| HSV(B) | 217.29º | 0.81% | 0.68% | - |
| XYZ | 11.5 | 10 | 40.86 | - |
| YUV | 80.07 | 180.44 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 86 | 173 | 0.81 | 0.50 | 0 | 0.32 | 217.29 | 0.68 | 0.4 |
| Hex | 21 | 56 | AD | 51 | 32 | 0 | 20 | D9 | 44 | 28 |
| Octal | 41 | 126 | 255 | 121 | 62 | 0 | 40 | 331 | 104 | 50 |
| Binary | 100001 | 1010110 | 10101101 | 1010001 | 110010 | 0 | 100000 | 11011001 | 1000100 | 101000 |
Color Harmonies of #2156AD
Complementary color
Monochromatic Colors of #2156AD
Black with #2156AD
Text Example
Text Example
White with #2156AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2156AD; }
p { color: rgb(33,86,173); }
H1.HeaderClassName
{
color: #2156AD;
}
.AnyTagClassName
{
color: #2156AD;
}
</style>
background-color css
<style>
a { background-color: #2156AD; }
a { background-color: rgb(33,86,173); }
div.DivClassName
{
background-color: #2156AD;
}
.BgClassName
{
background-color: #2156AD;
}
</style>
border-color css
<style>
span { border-color: #2156AD; }
span { border-color: rgb(33,86,173); }
td.TdClassName
{
border-color: #2156AD;
}
.TagClassName
{
border-color: #2156AD;
}
</style>