Shades of Cerulean Blue #2156BB
Tints of Cerulean Blue #2156BB
RGB
CMYK
RGB Variations
Color information
#2156BB (or 0x2156BB) is known color: Cerulean Blue. HEX triplet: 21, 56 and BB. RGB value is (33,86,187). Sum of RGB (Red+Green+Blue) = 33+86+187=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #2156BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2156BB is #DEA944. Grayscale: #515151. Windows color (decimal): -14592325 or 12277281. OLE color: 12277281.
HSL color Cylindrical-coordinate representation of color #2156BB: hue angle of 219.35º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2156BB is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 86 | 187 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.27 |
| HSL | 219.35º | 0.7% | 0.43% | - |
| HSV(B) | 219.35º | 0.82% | 0.73% | - |
| XYZ | 12.92 | 10.57 | 48.37 | - |
| YUV | 81.67 | 187.44 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 86 | 187 | 0.82 | 0.54 | 0 | 0.27 | 219.35 | 0.7 | 0.43 |
| Hex | 21 | 56 | BB | 52 | 36 | 0 | 1B | DB | 46 | 2B |
| Octal | 41 | 126 | 273 | 122 | 66 | 0 | 33 | 333 | 106 | 53 |
| Binary | 100001 | 1010110 | 10111011 | 1010010 | 110110 | 0 | 11011 | 11011011 | 1000110 | 101011 |
Color Harmonies of #2156BB
Complementary color
Monochromatic Colors of #2156BB
Black with #2156BB
Text Example
Text Example
White with #2156BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2156BB; }
p { color: rgb(33,86,187); }
H1.HeaderClassName
{
color: #2156BB;
}
.AnyTagClassName
{
color: #2156BB;
}
</style>
background-color css
<style>
a { background-color: #2156BB; }
a { background-color: rgb(33,86,187); }
div.DivClassName
{
background-color: #2156BB;
}
.BgClassName
{
background-color: #2156BB;
}
</style>
border-color css
<style>
span { border-color: #2156BB; }
span { border-color: rgb(33,86,187); }
td.TdClassName
{
border-color: #2156BB;
}
.TagClassName
{
border-color: #2156BB;
}
</style>