Shades of Cornflower Blue #80A0FC
Tints of Cornflower Blue #80A0FC
RGB
CMYK
RGB Variations
Color information
#80A0FC (or 0x80A0FC) is known color: Cornflower Blue. HEX triplet: 80, A0 and FC. RGB value is (128,160,252). Sum of RGB (Red+Green+Blue) = 128+160+252=540 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.70% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #80A0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A0FC is #7F5F03. Grayscale: #A0A0A0. Windows color (decimal): -8347396 or 16556160. OLE color: 16556160.
HSL color Cylindrical-coordinate representation of color #80A0FC: hue angle of 224.52º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80A0FC is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 160 | 252 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.01 |
| HSL | 224.52º | 0.95% | 0.75% | - |
| HSV(B) | 224.52º | 0.49% | 0.99% | - |
| XYZ | 39.04 | 36.76 | 97.13 | - |
| YUV | 160.92 | 179.4 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 252 | 0.49 | 0.37 | 0 | 0.01 | 224.52 | 0.95 | 0.75 |
| Hex | 80 | A0 | FC | 31 | 25 | 0 | 1 | E1 | 5F | 4B |
| Octal | 200 | 240 | 374 | 61 | 45 | 0 | 1 | 341 | 137 | 113 |
| Binary | 10000000 | 10100000 | 11111100 | 110001 | 100101 | 0 | 1 | 11100001 | 1011111 | 1001011 |
Color Harmonies of #80A0FC
Complementary color
Monochromatic Colors of #80A0FC
Black with #80A0FC
Text Example
Text Example
White with #80A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A0FC; }
p { color: rgb(128,160,252); }
H1.HeaderClassName
{
color: #80A0FC;
}
.AnyTagClassName
{
color: #80A0FC;
}
</style>
background-color css
<style>
a { background-color: #80A0FC; }
a { background-color: rgb(128,160,252); }
div.DivClassName
{
background-color: #80A0FC;
}
.BgClassName
{
background-color: #80A0FC;
}
</style>
border-color css
<style>
span { border-color: #80A0FC; }
span { border-color: rgb(128,160,252); }
td.TdClassName
{
border-color: #80A0FC;
}
.TagClassName
{
border-color: #80A0FC;
}
</style>