Shades of Cerulean Blue #2055AD
Tints of Cerulean Blue #2055AD
RGB
CMYK
RGB Variations
Color information
#2055AD (or 0x2055AD) is known color: Cerulean Blue. HEX triplet: 20, 55 and AD. RGB value is (32,85,173). Sum of RGB (Red+Green+Blue) = 32+85+173=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #2055AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2055AD is #DFAA52. Grayscale: #4E4E4E. Windows color (decimal): -14658131 or 11359520. OLE color: 11359520.
HSL color Cylindrical-coordinate representation of color #2055AD: hue angle of 217.45º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2055AD is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 85 | 173 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.32 |
| HSL | 217.45º | 0.69% | 0.4% | - |
| HSV(B) | 217.45º | 0.82% | 0.68% | - |
| XYZ | 11.39 | 9.82 | 40.83 | - |
| YUV | 79.19 | 180.94 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 173 | 0.82 | 0.51 | 0 | 0.32 | 217.45 | 0.69 | 0.4 |
| Hex | 20 | 55 | AD | 52 | 33 | 0 | 20 | D9 | 45 | 28 |
| Octal | 40 | 125 | 255 | 122 | 63 | 0 | 40 | 331 | 105 | 50 |
| Binary | 100000 | 1010101 | 10101101 | 1010010 | 110011 | 0 | 100000 | 11011001 | 1000101 | 101000 |
Color Harmonies of #2055AD
Complementary color
Monochromatic Colors of #2055AD
Black with #2055AD
Text Example
Text Example
White with #2055AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2055AD; }
p { color: rgb(32,85,173); }
H1.HeaderClassName
{
color: #2055AD;
}
.AnyTagClassName
{
color: #2055AD;
}
</style>
background-color css
<style>
a { background-color: #2055AD; }
a { background-color: rgb(32,85,173); }
div.DivClassName
{
background-color: #2055AD;
}
.BgClassName
{
background-color: #2055AD;
}
</style>
border-color css
<style>
span { border-color: #2055AD; }
span { border-color: rgb(32,85,173); }
td.TdClassName
{
border-color: #2055AD;
}
.TagClassName
{
border-color: #2055AD;
}
</style>