Shades of Cornflower Blue #55A0FF
Tints of Cornflower Blue #55A0FF
RGB
CMYK
RGB Variations
Color information
#55A0FF (or 0x55A0FF) is known color: Cornflower Blue. HEX triplet: 55, A0 and FF. RGB value is (85,160,255). Sum of RGB (Red+Green+Blue) = 85+160+255=500 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #55A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A0FF is #AA5F00. Grayscale: #939393. Windows color (decimal): -11165441 or 16752725. OLE color: 16752725.
HSL color Cylindrical-coordinate representation of color #55A0FF: hue angle of 213.53º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55A0FF is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 160 | 255 | - |
| CMYK | 0.67 | 0.37 | 0 | 0 |
| HSL | 213.53º | 1% | 0.67% | - |
| HSV(B) | 213.53º | 0.67% | 1% | - |
| XYZ | 34.37 | 34.29 | 99.42 | - |
| YUV | 148.41 | 188.15 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 160 | 255 | 0.67 | 0.37 | 0 | 0 | 213.53 | 1 | 0.67 |
| Hex | 55 | A0 | FF | 43 | 25 | 0 | 0 | D6 | 64 | 43 |
| Octal | 125 | 240 | 377 | 103 | 45 | 0 | 0 | 326 | 144 | 103 |
| Binary | 1010101 | 10100000 | 11111111 | 1000011 | 100101 | 0 | 0 | 11010110 | 1100100 | 1000011 |
Color Harmonies of #55A0FF
Complementary color
Monochromatic Colors of #55A0FF
Black with #55A0FF
Text Example
Text Example
White with #55A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A0FF; }
p { color: rgb(85,160,255); }
H1.HeaderClassName
{
color: #55A0FF;
}
.AnyTagClassName
{
color: #55A0FF;
}
</style>
background-color css
<style>
a { background-color: #55A0FF; }
a { background-color: rgb(85,160,255); }
div.DivClassName
{
background-color: #55A0FF;
}
.BgClassName
{
background-color: #55A0FF;
}
</style>
border-color css
<style>
span { border-color: #55A0FF; }
span { border-color: rgb(85,160,255); }
td.TdClassName
{
border-color: #55A0FF;
}
.TagClassName
{
border-color: #55A0FF;
}
</style>