Shades of Cerulean Blue #2157B0
Tints of Cerulean Blue #2157B0
RGB
CMYK
RGB Variations
Color information
#2157B0 (or 0x2157B0) is known color: Cerulean Blue. HEX triplet: 21, 57 and B0. RGB value is (33,87,176). Sum of RGB (Red+Green+Blue) = 33+87+176=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 176 (69.14% from 255 or 59.46% from 296); Max value from RGB is 176 - color contains mainly: blue. Hex color #2157B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2157B0 is #DEA84F. Grayscale: #505050. Windows color (decimal): -14592080 or 11556641. OLE color: 11556641.
HSL color Cylindrical-coordinate representation of color #2157B0: hue angle of 217.34º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2157B0 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 87 | 176 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.31 |
| HSL | 217.34º | 0.68% | 0.41% | - |
| HSV(B) | 217.34º | 0.81% | 0.69% | - |
| XYZ | 11.87 | 10.27 | 42.43 | - |
| YUV | 81 | 181.61 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 87 | 176 | 0.81 | 0.51 | 0 | 0.31 | 217.34 | 0.68 | 0.41 |
| Hex | 21 | 57 | B0 | 51 | 33 | 0 | 1F | D9 | 44 | 29 |
| Octal | 41 | 127 | 260 | 121 | 63 | 0 | 37 | 331 | 104 | 51 |
| Binary | 100001 | 1010111 | 10110000 | 1010001 | 110011 | 0 | 11111 | 11011001 | 1000100 | 101001 |
Color Harmonies of #2157B0
Complementary color
Monochromatic Colors of #2157B0
Black with #2157B0
Text Example
Text Example
White with #2157B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2157B0; }
p { color: rgb(33,87,176); }
H1.HeaderClassName
{
color: #2157B0;
}
.AnyTagClassName
{
color: #2157B0;
}
</style>
background-color css
<style>
a { background-color: #2157B0; }
a { background-color: rgb(33,87,176); }
div.DivClassName
{
background-color: #2157B0;
}
.BgClassName
{
background-color: #2157B0;
}
</style>
border-color css
<style>
span { border-color: #2157B0; }
span { border-color: rgb(33,87,176); }
td.TdClassName
{
border-color: #2157B0;
}
.TagClassName
{
border-color: #2157B0;
}
</style>