Shades of Cornflower Blue #809EFF
Tints of Cornflower Blue #809EFF
RGB
CMYK
RGB Variations
Color information
#809EFF (or 0x809EFF) is known color: Cornflower Blue. HEX triplet: 80, 9E and FF. RGB value is (128,158,255). Sum of RGB (Red+Green+Blue) = 128+158+255=541 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.66% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #809EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809EFF is #7F6100. Grayscale: #9F9F9F. Windows color (decimal): -8347905 or 16752256. OLE color: 16752256.
HSL color Cylindrical-coordinate representation of color #809EFF: hue angle of 225.83º 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 #809EFF is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 158 | 255 | - |
| CMYK | 0.50 | 0.38 | 0 | 0 |
| HSL | 225.83º | 1% | 0.75% | - |
| HSV(B) | 225.83º | 0.5% | 1% | - |
| XYZ | 39.18 | 36.26 | 99.54 | - |
| YUV | 160.09 | 181.56 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 158 | 255 | 0.50 | 0.38 | 0 | 0 | 225.83 | 1 | 0.75 |
| Hex | 80 | 9E | FF | 32 | 26 | 0 | 0 | E2 | 64 | 4B |
| Octal | 200 | 236 | 377 | 62 | 46 | 0 | 0 | 342 | 144 | 113 |
| Binary | 10000000 | 10011110 | 11111111 | 110010 | 100110 | 0 | 0 | 11100010 | 1100100 | 1001011 |
Color Harmonies of #809EFF
Complementary color
Monochromatic Colors of #809EFF
Black with #809EFF
Text Example
Text Example
White with #809EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809EFF; }
p { color: rgb(128,158,255); }
H1.HeaderClassName
{
color: #809EFF;
}
.AnyTagClassName
{
color: #809EFF;
}
</style>
background-color css
<style>
a { background-color: #809EFF; }
a { background-color: rgb(128,158,255); }
div.DivClassName
{
background-color: #809EFF;
}
.BgClassName
{
background-color: #809EFF;
}
</style>
border-color css
<style>
span { border-color: #809EFF; }
span { border-color: rgb(128,158,255); }
td.TdClassName
{
border-color: #809EFF;
}
.TagClassName
{
border-color: #809EFF;
}
</style>