Shades of Cornflower Blue #809AFF
Tints of Cornflower Blue #809AFF
RGB
CMYK
RGB Variations
Color information
#809AFF (or 0x809AFF) is known color: Cornflower Blue. HEX triplet: 80, 9A and FF. RGB value is (128,154,255). Sum of RGB (Red+Green+Blue) = 128+154+255=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #809AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809AFF is #7F6500. Grayscale: #9D9D9D. Windows color (decimal): -8348929 or 16751232. OLE color: 16751232.
HSL color Cylindrical-coordinate representation of color #809AFF: hue angle of 227.72º 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 #809AFF is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 154 | 255 | - |
| CMYK | 0.50 | 0.40 | 0 | 0 |
| HSL | 227.72º | 1% | 0.75% | - |
| HSV(B) | 227.72º | 0.5% | 1% | - |
| XYZ | 38.51 | 34.92 | 99.32 | - |
| YUV | 157.74 | 182.89 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 154 | 255 | 0.50 | 0.40 | 0 | 0 | 227.72 | 1 | 0.75 |
| Hex | 80 | 9A | FF | 32 | 28 | 0 | 0 | E4 | 64 | 4B |
| Octal | 200 | 232 | 377 | 62 | 50 | 0 | 0 | 344 | 144 | 113 |
| Binary | 10000000 | 10011010 | 11111111 | 110010 | 101000 | 0 | 0 | 11100100 | 1100100 | 1001011 |
Color Harmonies of #809AFF
Complementary color
Monochromatic Colors of #809AFF
Black with #809AFF
Text Example
Text Example
White with #809AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809AFF; }
p { color: rgb(128,154,255); }
H1.HeaderClassName
{
color: #809AFF;
}
.AnyTagClassName
{
color: #809AFF;
}
</style>
background-color css
<style>
a { background-color: #809AFF; }
a { background-color: rgb(128,154,255); }
div.DivClassName
{
background-color: #809AFF;
}
.BgClassName
{
background-color: #809AFF;
}
</style>
border-color css
<style>
span { border-color: #809AFF; }
span { border-color: rgb(128,154,255); }
td.TdClassName
{
border-color: #809AFF;
}
.TagClassName
{
border-color: #809AFF;
}
</style>