Shades of Cornflower Blue #8298FF
Tints of Cornflower Blue #8298FF
RGB
CMYK
RGB Variations
Color information
#8298FF (or 0x8298FF) is known color: Cornflower Blue. HEX triplet: 82, 98 and FF. RGB value is (130,152,255). Sum of RGB (Red+Green+Blue) = 130+152+255=537 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.21% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #8298FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8298FF is #7D6700. Grayscale: #9C9C9C. Windows color (decimal): -8218369 or 16750722. OLE color: 16750722.
HSL color Cylindrical-coordinate representation of color #8298FF: hue angle of 229.44º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8298FF is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 152 | 255 | - |
| CMYK | 0.49 | 0.40 | 0 | 0 |
| HSL | 229.44º | 1% | 0.75% | - |
| HSV(B) | 229.44º | 0.49% | 1% | - |
| XYZ | 38.48 | 34.42 | 99.22 | - |
| YUV | 157.16 | 183.21 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 255 | 0.49 | 0.40 | 0 | 0 | 229.44 | 1 | 0.75 |
| Hex | 82 | 98 | FF | 31 | 28 | 0 | 0 | E5 | 64 | 4B |
| Octal | 202 | 230 | 377 | 61 | 50 | 0 | 0 | 345 | 144 | 113 |
| Binary | 10000010 | 10011000 | 11111111 | 110001 | 101000 | 0 | 0 | 11100101 | 1100100 | 1001011 |
Color Harmonies of #8298FF
Complementary color
Monochromatic Colors of #8298FF
Black with #8298FF
Text Example
Text Example
White with #8298FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8298FF; }
p { color: rgb(130,152,255); }
H1.HeaderClassName
{
color: #8298FF;
}
.AnyTagClassName
{
color: #8298FF;
}
</style>
background-color css
<style>
a { background-color: #8298FF; }
a { background-color: rgb(130,152,255); }
div.DivClassName
{
background-color: #8298FF;
}
.BgClassName
{
background-color: #8298FF;
}
</style>
border-color css
<style>
span { border-color: #8298FF; }
span { border-color: rgb(130,152,255); }
td.TdClassName
{
border-color: #8298FF;
}
.TagClassName
{
border-color: #8298FF;
}
</style>