Shades of Cornflower Blue #809FFE
Tints of Cornflower Blue #809FFE
RGB
CMYK
RGB Variations
Color information
#809FFE (or 0x809FFE) is known color: Cornflower Blue. HEX triplet: 80, 9F and FE. RGB value is (128,159,254). Sum of RGB (Red+Green+Blue) = 128+159+254=541 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.66% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #809FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809FFE is #7F6001. Grayscale: #A0A0A0. Windows color (decimal): -8347650 or 16686976. OLE color: 16686976.
HSL color Cylindrical-coordinate representation of color #809FFE: hue angle of 225.24º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #809FFE is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 159 | 254 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.00 |
| HSL | 225.24º | 0.98% | 0.75% | - |
| HSV(B) | 225.24º | 0.5% | 1% | - |
| XYZ | 39.19 | 36.54 | 98.75 | - |
| YUV | 160.56 | 180.73 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 159 | 254 | 0.50 | 0.37 | 0 | 0.00 | 225.24 | 0.98 | 0.75 |
| Hex | 80 | 9F | FE | 32 | 25 | 0 | 0 | E1 | 62 | 4B |
| Octal | 200 | 237 | 376 | 62 | 45 | 0 | 0 | 341 | 142 | 113 |
| Binary | 10000000 | 10011111 | 11111110 | 110010 | 100101 | 0 | 0 | 11100001 | 1100010 | 1001011 |
Color Harmonies of #809FFE
Complementary color
Monochromatic Colors of #809FFE
Black with #809FFE
Text Example
Text Example
White with #809FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809FFE; }
p { color: rgb(128,159,254); }
H1.HeaderClassName
{
color: #809FFE;
}
.AnyTagClassName
{
color: #809FFE;
}
</style>
background-color css
<style>
a { background-color: #809FFE; }
a { background-color: rgb(128,159,254); }
div.DivClassName
{
background-color: #809FFE;
}
.BgClassName
{
background-color: #809FFE;
}
</style>
border-color css
<style>
span { border-color: #809FFE; }
span { border-color: rgb(128,159,254); }
td.TdClassName
{
border-color: #809FFE;
}
.TagClassName
{
border-color: #809FFE;
}
</style>