Shades of Cerulean Blue #2156BA
Tints of Cerulean Blue #2156BA
RGB
CMYK
RGB Variations
Color information
#2156BA (or 0x2156BA) is known color: Cerulean Blue. HEX triplet: 21, 56 and BA. RGB value is (33,86,186). Sum of RGB (Red+Green+Blue) = 33+86+186=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #2156BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2156BA is #DEA945. Grayscale: #515151. Windows color (decimal): -14592326 or 12211745. OLE color: 12211745.
HSL color Cylindrical-coordinate representation of color #2156BA: hue angle of 219.22º 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 #2156BA is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 86 | 186 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.27 |
| HSL | 219.22º | 0.7% | 0.43% | - |
| HSV(B) | 219.22º | 0.82% | 0.73% | - |
| XYZ | 12.82 | 10.52 | 47.81 | - |
| YUV | 81.55 | 186.94 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 86 | 186 | 0.82 | 0.54 | 0 | 0.27 | 219.22 | 0.7 | 0.43 |
| Hex | 21 | 56 | BA | 52 | 36 | 0 | 1B | DB | 46 | 2B |
| Octal | 41 | 126 | 272 | 122 | 66 | 0 | 33 | 333 | 106 | 53 |
| Binary | 100001 | 1010110 | 10111010 | 1010010 | 110110 | 0 | 11011 | 11011011 | 1000110 | 101011 |
Color Harmonies of #2156BA
Complementary color
Monochromatic Colors of #2156BA
Black with #2156BA
Text Example
Text Example
White with #2156BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2156BA; }
p { color: rgb(33,86,186); }
H1.HeaderClassName
{
color: #2156BA;
}
.AnyTagClassName
{
color: #2156BA;
}
</style>
background-color css
<style>
a { background-color: #2156BA; }
a { background-color: rgb(33,86,186); }
div.DivClassName
{
background-color: #2156BA;
}
.BgClassName
{
background-color: #2156BA;
}
</style>
border-color css
<style>
span { border-color: #2156BA; }
span { border-color: rgb(33,86,186); }
td.TdClassName
{
border-color: #2156BA;
}
.TagClassName
{
border-color: #2156BA;
}
</style>