Shades of Cornflower Blue #8296FE
Tints of Cornflower Blue #8296FE
RGB
CMYK
RGB Variations
Color information
#8296FE (or 0x8296FE) is known color: Cornflower Blue. HEX triplet: 82, 96 and FE. RGB value is (130,150,254). Sum of RGB (Red+Green+Blue) = 130+150+254=534 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.34% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #8296FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8296FE is #7D6901. Grayscale: #9B9B9B. Windows color (decimal): -8218882 or 16684674. OLE color: 16684674.
HSL color Cylindrical-coordinate representation of color #8296FE: hue angle of 230.32º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8296FE is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 150 | 254 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.00 |
| HSL | 230.32º | 0.98% | 0.75% | - |
| HSV(B) | 230.32º | 0.49% | 1% | - |
| XYZ | 38 | 33.71 | 98.27 | - |
| YUV | 155.88 | 183.37 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 150 | 254 | 0.49 | 0.41 | 0 | 0.00 | 230.32 | 0.98 | 0.75 |
| Hex | 82 | 96 | FE | 31 | 29 | 0 | 0 | E6 | 62 | 4B |
| Octal | 202 | 226 | 376 | 61 | 51 | 0 | 0 | 346 | 142 | 113 |
| Binary | 10000010 | 10010110 | 11111110 | 110001 | 101001 | 0 | 0 | 11100110 | 1100010 | 1001011 |
Color Harmonies of #8296FE
Complementary color
Monochromatic Colors of #8296FE
Black with #8296FE
Text Example
Text Example
White with #8296FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8296FE; }
p { color: rgb(130,150,254); }
H1.HeaderClassName
{
color: #8296FE;
}
.AnyTagClassName
{
color: #8296FE;
}
</style>
background-color css
<style>
a { background-color: #8296FE; }
a { background-color: rgb(130,150,254); }
div.DivClassName
{
background-color: #8296FE;
}
.BgClassName
{
background-color: #8296FE;
}
</style>
border-color css
<style>
span { border-color: #8296FE; }
span { border-color: rgb(130,150,254); }
td.TdClassName
{
border-color: #8296FE;
}
.TagClassName
{
border-color: #8296FE;
}
</style>