Shades of Cerulean Blue #2155AD
Tints of Cerulean Blue #2155AD
RGB
CMYK
RGB Variations
Color information
#2155AD (or 0x2155AD) is known color: Cerulean Blue. HEX triplet: 21, 55 and AD. RGB value is (33,85,173). Sum of RGB (Red+Green+Blue) = 33+85+173=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #2155AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2155AD is #DEAA52. Grayscale: #4F4F4F. Windows color (decimal): -14592595 or 11359521. OLE color: 11359521.
HSL color Cylindrical-coordinate representation of color #2155AD: hue angle of 217.71º 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 #2155AD is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 85 | 173 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.32 |
| HSL | 217.71º | 0.68% | 0.4% | - |
| HSV(B) | 217.71º | 0.81% | 0.68% | - |
| XYZ | 11.42 | 9.84 | 40.83 | - |
| YUV | 79.48 | 180.77 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 173 | 0.81 | 0.51 | 0 | 0.32 | 217.71 | 0.68 | 0.4 |
| Hex | 21 | 55 | AD | 51 | 33 | 0 | 20 | DA | 44 | 28 |
| Octal | 41 | 125 | 255 | 121 | 63 | 0 | 40 | 332 | 104 | 50 |
| Binary | 100001 | 1010101 | 10101101 | 1010001 | 110011 | 0 | 100000 | 11011010 | 1000100 | 101000 |
Color Harmonies of #2155AD
Complementary color
Monochromatic Colors of #2155AD
Black with #2155AD
Text Example
Text Example
White with #2155AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2155AD; }
p { color: rgb(33,85,173); }
H1.HeaderClassName
{
color: #2155AD;
}
.AnyTagClassName
{
color: #2155AD;
}
</style>
background-color css
<style>
a { background-color: #2155AD; }
a { background-color: rgb(33,85,173); }
div.DivClassName
{
background-color: #2155AD;
}
.BgClassName
{
background-color: #2155AD;
}
</style>
border-color css
<style>
span { border-color: #2155AD; }
span { border-color: rgb(33,85,173); }
td.TdClassName
{
border-color: #2155AD;
}
.TagClassName
{
border-color: #2155AD;
}
</style>