Shades of Cornflower Blue #8096F9
Tints of Cornflower Blue #8096F9
RGB
CMYK
RGB Variations
Color information
#8096F9 (or 0x8096F9) is known color: Cornflower Blue. HEX triplet: 80, 96 and F9. RGB value is (128,150,249). Sum of RGB (Red+Green+Blue) = 128+150+249=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #8096F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8096F9 is #7F6906. Grayscale: #9A9A9A. Windows color (decimal): -8349959 or 16356992. OLE color: 16356992.
HSL color Cylindrical-coordinate representation of color #8096F9: hue angle of 229.09º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8096F9 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 150 | 249 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.02 |
| HSL | 229.09º | 0.91% | 0.74% | - |
| HSV(B) | 229.09º | 0.49% | 0.98% | - |
| XYZ | 36.91 | 33.24 | 94.09 | - |
| YUV | 154.71 | 181.21 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 249 | 0.49 | 0.40 | 0 | 0.02 | 229.09 | 0.91 | 0.74 |
| Hex | 80 | 96 | F9 | 31 | 28 | 0 | 2 | E5 | 5B | 4A |
| Octal | 200 | 226 | 371 | 61 | 50 | 0 | 2 | 345 | 133 | 112 |
| Binary | 10000000 | 10010110 | 11111001 | 110001 | 101000 | 0 | 10 | 11100101 | 1011011 | 1001010 |
Color Harmonies of #8096F9
Complementary color
Monochromatic Colors of #8096F9
Black with #8096F9
Text Example
Text Example
White with #8096F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8096F9; }
p { color: rgb(128,150,249); }
H1.HeaderClassName
{
color: #8096F9;
}
.AnyTagClassName
{
color: #8096F9;
}
</style>
background-color css
<style>
a { background-color: #8096F9; }
a { background-color: rgb(128,150,249); }
div.DivClassName
{
background-color: #8096F9;
}
.BgClassName
{
background-color: #8096F9;
}
</style>
border-color css
<style>
span { border-color: #8096F9; }
span { border-color: rgb(128,150,249); }
td.TdClassName
{
border-color: #8096F9;
}
.TagClassName
{
border-color: #8096F9;
}
</style>