Shades of Cornflower Blue #809FFF
Tints of Cornflower Blue #809FFF
RGB
CMYK
RGB Variations
Color information
#809FFF (or 0x809FFF) is known color: Cornflower Blue. HEX triplet: 80, 9F and FF. RGB value is (128,159,255). Sum of RGB (Red+Green+Blue) = 128+159+255=542 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.62% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #809FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809FFF is #7F6000. Grayscale: #A0A0A0. Windows color (decimal): -8347649 or 16752512. OLE color: 16752512.
HSL color Cylindrical-coordinate representation of color #809FFF: hue angle of 225.35º 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 #809FFF is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 159 | 255 | - |
| CMYK | 0.50 | 0.38 | 0 | 0 |
| HSL | 225.35º | 1% | 0.75% | - |
| HSV(B) | 225.35º | 0.5% | 1% | - |
| XYZ | 39.35 | 36.61 | 99.6 | - |
| YUV | 160.68 | 181.23 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 159 | 255 | 0.50 | 0.38 | 0 | 0 | 225.35 | 1 | 0.75 |
| Hex | 80 | 9F | FF | 32 | 26 | 0 | 0 | E1 | 64 | 4B |
| Octal | 200 | 237 | 377 | 62 | 46 | 0 | 0 | 341 | 144 | 113 |
| Binary | 10000000 | 10011111 | 11111111 | 110010 | 100110 | 0 | 0 | 11100001 | 1100100 | 1001011 |
Color Harmonies of #809FFF
Complementary color
Monochromatic Colors of #809FFF
Black with #809FFF
Text Example
Text Example
White with #809FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809FFF; }
p { color: rgb(128,159,255); }
H1.HeaderClassName
{
color: #809FFF;
}
.AnyTagClassName
{
color: #809FFF;
}
</style>
background-color css
<style>
a { background-color: #809FFF; }
a { background-color: rgb(128,159,255); }
div.DivClassName
{
background-color: #809FFF;
}
.BgClassName
{
background-color: #809FFF;
}
</style>
border-color css
<style>
span { border-color: #809FFF; }
span { border-color: rgb(128,159,255); }
td.TdClassName
{
border-color: #809FFF;
}
.TagClassName
{
border-color: #809FFF;
}
</style>