Shades of Cornflower Blue #8097FF
Tints of Cornflower Blue #8097FF
RGB
CMYK
RGB Variations
Color information
#8097FF (or 0x8097FF) is known color: Cornflower Blue. HEX triplet: 80, 97 and FF. RGB value is (128,151,255). Sum of RGB (Red+Green+Blue) = 128+151+255=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #8097FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8097FF is #7F6800. Grayscale: #9B9B9B. Windows color (decimal): -8349697 or 16750464. OLE color: 16750464.
HSL color Cylindrical-coordinate representation of color #8097FF: hue angle of 229.13º 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 #8097FF is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 151 | 255 | - |
| CMYK | 0.50 | 0.41 | 0 | 0 |
| HSL | 229.13º | 1% | 0.75% | - |
| HSV(B) | 229.13º | 0.5% | 1% | - |
| XYZ | 38.02 | 33.94 | 99.16 | - |
| YUV | 155.98 | 183.88 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 151 | 255 | 0.50 | 0.41 | 0 | 0 | 229.13 | 1 | 0.75 |
| Hex | 80 | 97 | FF | 32 | 29 | 0 | 0 | E5 | 64 | 4B |
| Octal | 200 | 227 | 377 | 62 | 51 | 0 | 0 | 345 | 144 | 113 |
| Binary | 10000000 | 10010111 | 11111111 | 110010 | 101001 | 0 | 0 | 11100101 | 1100100 | 1001011 |
Color Harmonies of #8097FF
Complementary color
Monochromatic Colors of #8097FF
Black with #8097FF
Text Example
Text Example
White with #8097FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8097FF; }
p { color: rgb(128,151,255); }
H1.HeaderClassName
{
color: #8097FF;
}
.AnyTagClassName
{
color: #8097FF;
}
</style>
background-color css
<style>
a { background-color: #8097FF; }
a { background-color: rgb(128,151,255); }
div.DivClassName
{
background-color: #8097FF;
}
.BgClassName
{
background-color: #8097FF;
}
</style>
border-color css
<style>
span { border-color: #8097FF; }
span { border-color: rgb(128,151,255); }
td.TdClassName
{
border-color: #8097FF;
}
.TagClassName
{
border-color: #8097FF;
}
</style>