Shades of Cornflower Blue #80A0FF
Tints of Cornflower Blue #80A0FF
RGB
CMYK
RGB Variations
Color information
#80A0FF (or 0x80A0FF) is known color: Cornflower Blue. HEX triplet: 80, A0 and FF. RGB value is (128,160,255). Sum of RGB (Red+Green+Blue) = 128+160+255=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #80A0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A0FF is #7F5F00. Grayscale: #A0A0A0. Windows color (decimal): -8347393 or 16752768. OLE color: 16752768.
HSL color Cylindrical-coordinate representation of color #80A0FF: hue angle of 224.88º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80A0FF is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 160 | 255 | - |
| CMYK | 0.50 | 0.37 | 0 | 0 |
| HSL | 224.88º | 1% | 0.75% | - |
| HSV(B) | 224.88º | 0.5% | 1% | - |
| XYZ | 39.52 | 36.95 | 99.66 | - |
| YUV | 161.26 | 180.9 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 255 | 0.50 | 0.37 | 0 | 0 | 224.88 | 1 | 0.75 |
| Hex | 80 | A0 | FF | 32 | 25 | 0 | 0 | E1 | 64 | 4B |
| Octal | 200 | 240 | 377 | 62 | 45 | 0 | 0 | 341 | 144 | 113 |
| Binary | 10000000 | 10100000 | 11111111 | 110010 | 100101 | 0 | 0 | 11100001 | 1100100 | 1001011 |
Color Harmonies of #80A0FF
Complementary color
Monochromatic Colors of #80A0FF
Black with #80A0FF
Text Example
Text Example
White with #80A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A0FF; }
p { color: rgb(128,160,255); }
H1.HeaderClassName
{
color: #80A0FF;
}
.AnyTagClassName
{
color: #80A0FF;
}
</style>
background-color css
<style>
a { background-color: #80A0FF; }
a { background-color: rgb(128,160,255); }
div.DivClassName
{
background-color: #80A0FF;
}
.BgClassName
{
background-color: #80A0FF;
}
</style>
border-color css
<style>
span { border-color: #80A0FF; }
span { border-color: rgb(128,160,255); }
td.TdClassName
{
border-color: #80A0FF;
}
.TagClassName
{
border-color: #80A0FF;
}
</style>