Shades of Cerulean Blue #2154AA
Tints of Cerulean Blue #2154AA
RGB
CMYK
RGB Variations
Color information
#2154AA (or 0x2154AA) is known color: Cerulean Blue. HEX triplet: 21, 54 and AA. RGB value is (33,84,170). Sum of RGB (Red+Green+Blue) = 33+84+170=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #2154AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2154AA is #DEAB55. Grayscale: #4E4E4E. Windows color (decimal): -14592854 or 11162657. OLE color: 11162657.
HSL color Cylindrical-coordinate representation of color #2154AA: hue angle of 217.66º 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 #2154AA is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 84 | 170 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.33 |
| HSL | 217.66º | 0.67% | 0.4% | - |
| HSV(B) | 217.66º | 0.81% | 0.67% | - |
| XYZ | 11.05 | 9.57 | 39.29 | - |
| YUV | 78.56 | 179.6 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 170 | 0.81 | 0.51 | 0 | 0.33 | 217.66 | 0.67 | 0.4 |
| Hex | 21 | 54 | AA | 51 | 33 | 0 | 21 | DA | 43 | 28 |
| Octal | 41 | 124 | 252 | 121 | 63 | 0 | 41 | 332 | 103 | 50 |
| Binary | 100001 | 1010100 | 10101010 | 1010001 | 110011 | 0 | 100001 | 11011010 | 1000011 | 101000 |
Color Harmonies of #2154AA
Complementary color
Monochromatic Colors of #2154AA
Black with #2154AA
Text Example
Text Example
White with #2154AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2154AA; }
p { color: rgb(33,84,170); }
H1.HeaderClassName
{
color: #2154AA;
}
.AnyTagClassName
{
color: #2154AA;
}
</style>
background-color css
<style>
a { background-color: #2154AA; }
a { background-color: rgb(33,84,170); }
div.DivClassName
{
background-color: #2154AA;
}
.BgClassName
{
background-color: #2154AA;
}
</style>
border-color css
<style>
span { border-color: #2154AA; }
span { border-color: rgb(33,84,170); }
td.TdClassName
{
border-color: #2154AA;
}
.TagClassName
{
border-color: #2154AA;
}
</style>