Shades of Cerulean Blue #2157AD
Tints of Cerulean Blue #2157AD
RGB
CMYK
RGB Variations
Color information
#2157AD (or 0x2157AD) is known color: Cerulean Blue. HEX triplet: 21, 57 and AD. RGB value is (33,87,173). Sum of RGB (Red+Green+Blue) = 33+87+173=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #2157AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2157AD is #DEA852. Grayscale: #505050. Windows color (decimal): -14592083 or 11360033. OLE color: 11360033.
HSL color Cylindrical-coordinate representation of color #2157AD: hue angle of 216.86º 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 #2157AD is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 87 | 173 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.32 |
| HSL | 216.86º | 0.68% | 0.4% | - |
| HSV(B) | 216.86º | 0.81% | 0.68% | - |
| XYZ | 11.58 | 10.16 | 40.89 | - |
| YUV | 80.66 | 180.11 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 87 | 173 | 0.81 | 0.50 | 0 | 0.32 | 216.86 | 0.68 | 0.4 |
| Hex | 21 | 57 | AD | 51 | 32 | 0 | 20 | D9 | 44 | 28 |
| Octal | 41 | 127 | 255 | 121 | 62 | 0 | 40 | 331 | 104 | 50 |
| Binary | 100001 | 1010111 | 10101101 | 1010001 | 110010 | 0 | 100000 | 11011001 | 1000100 | 101000 |
Color Harmonies of #2157AD
Complementary color
Monochromatic Colors of #2157AD
Black with #2157AD
Text Example
Text Example
White with #2157AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2157AD; }
p { color: rgb(33,87,173); }
H1.HeaderClassName
{
color: #2157AD;
}
.AnyTagClassName
{
color: #2157AD;
}
</style>
background-color css
<style>
a { background-color: #2157AD; }
a { background-color: rgb(33,87,173); }
div.DivClassName
{
background-color: #2157AD;
}
.BgClassName
{
background-color: #2157AD;
}
</style>
border-color css
<style>
span { border-color: #2157AD; }
span { border-color: rgb(33,87,173); }
td.TdClassName
{
border-color: #2157AD;
}
.TagClassName
{
border-color: #2157AD;
}
</style>