Shades of Cornflower Blue #8095FE
Tints of Cornflower Blue #8095FE
RGB
CMYK
RGB Variations
Color information
#8095FE (or 0x8095FE) is known color: Cornflower Blue. HEX triplet: 80, 95 and FE. RGB value is (128,149,254). Sum of RGB (Red+Green+Blue) = 128+149+254=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #8095FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8095FE is #7F6A01. Grayscale: #9A9A9A. Windows color (decimal): -8350210 or 16684416. OLE color: 16684416.
HSL color Cylindrical-coordinate representation of color #8095FE: hue angle of 230º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8095FE is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 149 | 254 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.00 |
| HSL | 230º | 0.98% | 0.75% | - |
| HSV(B) | 230º | 0.5% | 1% | - |
| XYZ | 37.54 | 33.24 | 98.2 | - |
| YUV | 154.69 | 184.04 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 254 | 0.50 | 0.41 | 0 | 0.00 | 230 | 0.98 | 0.75 |
| Hex | 80 | 95 | FE | 32 | 29 | 0 | 0 | E6 | 62 | 4B |
| Octal | 200 | 225 | 376 | 62 | 51 | 0 | 0 | 346 | 142 | 113 |
| Binary | 10000000 | 10010101 | 11111110 | 110010 | 101001 | 0 | 0 | 11100110 | 1100010 | 1001011 |
Color Harmonies of #8095FE
Complementary color
Monochromatic Colors of #8095FE
Black with #8095FE
Text Example
Text Example
White with #8095FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8095FE; }
p { color: rgb(128,149,254); }
H1.HeaderClassName
{
color: #8095FE;
}
.AnyTagClassName
{
color: #8095FE;
}
</style>
background-color css
<style>
a { background-color: #8095FE; }
a { background-color: rgb(128,149,254); }
div.DivClassName
{
background-color: #8095FE;
}
.BgClassName
{
background-color: #8095FE;
}
</style>
border-color css
<style>
span { border-color: #8095FE; }
span { border-color: rgb(128,149,254); }
td.TdClassName
{
border-color: #8095FE;
}
.TagClassName
{
border-color: #8095FE;
}
</style>