Shades of Cornflower Blue #8095FA
Tints of Cornflower Blue #8095FA
RGB
CMYK
RGB Variations
Color information
#8095FA (or 0x8095FA) is known color: Cornflower Blue. HEX triplet: 80, 95 and FA. RGB value is (128,149,250). Sum of RGB (Red+Green+Blue) = 128+149+250=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #8095FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8095FA is #7F6A05. Grayscale: #999999. Windows color (decimal): -8350214 or 16422272. OLE color: 16422272.
HSL color Cylindrical-coordinate representation of color #8095FA: hue angle of 229.67º degrees, saturation: 0.92, 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 #8095FA is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 149 | 250 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.02 |
| HSL | 229.67º | 0.92% | 0.74% | - |
| HSV(B) | 229.67º | 0.49% | 0.98% | - |
| XYZ | 36.9 | 32.99 | 94.86 | - |
| YUV | 154.24 | 182.04 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 250 | 0.49 | 0.40 | 0 | 0.02 | 229.67 | 0.92 | 0.74 |
| Hex | 80 | 95 | FA | 31 | 28 | 0 | 2 | E6 | 5C | 4A |
| Octal | 200 | 225 | 372 | 61 | 50 | 0 | 2 | 346 | 134 | 112 |
| Binary | 10000000 | 10010101 | 11111010 | 110001 | 101000 | 0 | 10 | 11100110 | 1011100 | 1001010 |
Color Harmonies of #8095FA
Complementary color
Monochromatic Colors of #8095FA
Black with #8095FA
Text Example
Text Example
White with #8095FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8095FA; }
p { color: rgb(128,149,250); }
H1.HeaderClassName
{
color: #8095FA;
}
.AnyTagClassName
{
color: #8095FA;
}
</style>
background-color css
<style>
a { background-color: #8095FA; }
a { background-color: rgb(128,149,250); }
div.DivClassName
{
background-color: #8095FA;
}
.BgClassName
{
background-color: #8095FA;
}
</style>
border-color css
<style>
span { border-color: #8095FA; }
span { border-color: rgb(128,149,250); }
td.TdClassName
{
border-color: #8095FA;
}
.TagClassName
{
border-color: #8095FA;
}
</style>