Shades of Cerulean Blue #2055A7
Tints of Cerulean Blue #2055A7
RGB
CMYK
RGB Variations
Color information
#2055A7 (or 0x2055A7) is known color: Cerulean Blue. HEX triplet: 20, 55 and A7. RGB value is (32,85,167). Sum of RGB (Red+Green+Blue) = 32+85+167=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 167 (65.62% from 255 or 58.80% from 284); Max value from RGB is 167 - color contains mainly: blue. Hex color #2055A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2055A7 is #DFAA58. Grayscale: #4E4E4E. Windows color (decimal): -14658137 or 10966304. OLE color: 10966304.
HSL color Cylindrical-coordinate representation of color #2055A7: hue angle of 216.44º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2055A7 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 85 | 167 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.35 |
| HSL | 216.44º | 0.68% | 0.39% | - |
| HSV(B) | 216.44º | 0.81% | 0.65% | - |
| XYZ | 10.82 | 9.59 | 37.84 | - |
| YUV | 78.5 | 177.94 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 167 | 0.81 | 0.49 | 0 | 0.35 | 216.44 | 0.68 | 0.39 |
| Hex | 20 | 55 | A7 | 51 | 31 | 0 | 23 | D8 | 44 | 27 |
| Octal | 40 | 125 | 247 | 121 | 61 | 0 | 43 | 330 | 104 | 47 |
| Binary | 100000 | 1010101 | 10100111 | 1010001 | 110001 | 0 | 100011 | 11011000 | 1000100 | 100111 |
Color Harmonies of #2055A7
Complementary color
Monochromatic Colors of #2055A7
Black with #2055A7
Text Example
Text Example
White with #2055A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2055A7; }
p { color: rgb(32,85,167); }
H1.HeaderClassName
{
color: #2055A7;
}
.AnyTagClassName
{
color: #2055A7;
}
</style>
background-color css
<style>
a { background-color: #2055A7; }
a { background-color: rgb(32,85,167); }
div.DivClassName
{
background-color: #2055A7;
}
.BgClassName
{
background-color: #2055A7;
}
</style>
border-color css
<style>
span { border-color: #2055A7; }
span { border-color: rgb(32,85,167); }
td.TdClassName
{
border-color: #2055A7;
}
.TagClassName
{
border-color: #2055A7;
}
</style>