Shades of Cornflower Blue #8295FE
Tints of Cornflower Blue #8295FE
RGB
CMYK
RGB Variations
Color information
#8295FE (or 0x8295FE) is known color: Cornflower Blue. HEX triplet: 82, 95 and FE. RGB value is (130,149,254). Sum of RGB (Red+Green+Blue) = 130+149+254=533 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.39% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #8295FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8295FE is #7D6A01. Grayscale: #9A9A9A. Windows color (decimal): -8219138 or 16684418. OLE color: 16684418.
HSL color Cylindrical-coordinate representation of color #8295FE: hue angle of 230.81º 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 #8295FE is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 149 | 254 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.00 |
| HSL | 230.81º | 0.98% | 0.75% | - |
| HSV(B) | 230.81º | 0.49% | 1% | - |
| XYZ | 37.84 | 33.4 | 98.22 | - |
| YUV | 155.29 | 183.71 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 149 | 254 | 0.49 | 0.41 | 0 | 0.00 | 230.81 | 0.98 | 0.75 |
| Hex | 82 | 95 | FE | 31 | 29 | 0 | 0 | E7 | 62 | 4B |
| Octal | 202 | 225 | 376 | 61 | 51 | 0 | 0 | 347 | 142 | 113 |
| Binary | 10000010 | 10010101 | 11111110 | 110001 | 101001 | 0 | 0 | 11100111 | 1100010 | 1001011 |
Color Harmonies of #8295FE
Complementary color
Monochromatic Colors of #8295FE
Black with #8295FE
Text Example
Text Example
White with #8295FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8295FE; }
p { color: rgb(130,149,254); }
H1.HeaderClassName
{
color: #8295FE;
}
.AnyTagClassName
{
color: #8295FE;
}
</style>
background-color css
<style>
a { background-color: #8295FE; }
a { background-color: rgb(130,149,254); }
div.DivClassName
{
background-color: #8295FE;
}
.BgClassName
{
background-color: #8295FE;
}
</style>
border-color css
<style>
span { border-color: #8295FE; }
span { border-color: rgb(130,149,254); }
td.TdClassName
{
border-color: #8295FE;
}
.TagClassName
{
border-color: #8295FE;
}
</style>