Shades of Cerulean Blue #2153AA
Tints of Cerulean Blue #2153AA
RGB
CMYK
RGB Variations
Color information
#2153AA (or 0x2153AA) is known color: Cerulean Blue. HEX triplet: 21, 53 and AA. RGB value is (33,83,170). Sum of RGB (Red+Green+Blue) = 33+83+170=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #2153AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2153AA is #DEAC55. Grayscale: #4D4D4D. Windows color (decimal): -14593110 or 11162401. OLE color: 11162401.
HSL color Cylindrical-coordinate representation of color #2153AA: hue angle of 218.1º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2153AA is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 83 | 170 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.33 |
| HSL | 218.1º | 0.67% | 0.4% | - |
| HSV(B) | 218.1º | 0.81% | 0.67% | - |
| XYZ | 10.98 | 9.41 | 39.27 | - |
| YUV | 77.97 | 179.94 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 170 | 0.81 | 0.51 | 0 | 0.33 | 218.1 | 0.67 | 0.4 |
| Hex | 21 | 53 | AA | 51 | 33 | 0 | 21 | DA | 43 | 28 |
| Octal | 41 | 123 | 252 | 121 | 63 | 0 | 41 | 332 | 103 | 50 |
| Binary | 100001 | 1010011 | 10101010 | 1010001 | 110011 | 0 | 100001 | 11011010 | 1000011 | 101000 |
Color Harmonies of #2153AA
Complementary color
Monochromatic Colors of #2153AA
Black with #2153AA
Text Example
Text Example
White with #2153AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2153AA; }
p { color: rgb(33,83,170); }
H1.HeaderClassName
{
color: #2153AA;
}
.AnyTagClassName
{
color: #2153AA;
}
</style>
background-color css
<style>
a { background-color: #2153AA; }
a { background-color: rgb(33,83,170); }
div.DivClassName
{
background-color: #2153AA;
}
.BgClassName
{
background-color: #2153AA;
}
</style>
border-color css
<style>
span { border-color: #2153AA; }
span { border-color: rgb(33,83,170); }
td.TdClassName
{
border-color: #2153AA;
}
.TagClassName
{
border-color: #2153AA;
}
</style>