Shades of Cornflower Blue #82A0FF
Tints of Cornflower Blue #82A0FF
RGB
CMYK
RGB Variations
Color information
#82A0FF (or 0x82A0FF) is known color: Cornflower Blue. HEX triplet: 82, A0 and FF. RGB value is (130,160,255). Sum of RGB (Red+Green+Blue) = 130+160+255=545 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.85% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #82A0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A0FF is #7D5F00. Grayscale: #A1A1A1. Windows color (decimal): -8216321 or 16752770. OLE color: 16752770.
HSL color Cylindrical-coordinate representation of color #82A0FF: hue angle of 225.6º 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 #82A0FF is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 160 | 255 | - |
| CMYK | 0.49 | 0.37 | 0 | 0 |
| HSL | 225.6º | 1% | 0.75% | - |
| HSV(B) | 225.6º | 0.49% | 1% | - |
| XYZ | 39.83 | 37.11 | 99.67 | - |
| YUV | 161.86 | 180.56 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 160 | 255 | 0.49 | 0.37 | 0 | 0 | 225.6 | 1 | 0.75 |
| Hex | 82 | A0 | FF | 31 | 25 | 0 | 0 | E2 | 64 | 4B |
| Octal | 202 | 240 | 377 | 61 | 45 | 0 | 0 | 342 | 144 | 113 |
| Binary | 10000010 | 10100000 | 11111111 | 110001 | 100101 | 0 | 0 | 11100010 | 1100100 | 1001011 |
Color Harmonies of #82A0FF
Complementary color
Monochromatic Colors of #82A0FF
Black with #82A0FF
Text Example
Text Example
White with #82A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A0FF; }
p { color: rgb(130,160,255); }
H1.HeaderClassName
{
color: #82A0FF;
}
.AnyTagClassName
{
color: #82A0FF;
}
</style>
background-color css
<style>
a { background-color: #82A0FF; }
a { background-color: rgb(130,160,255); }
div.DivClassName
{
background-color: #82A0FF;
}
.BgClassName
{
background-color: #82A0FF;
}
</style>
border-color css
<style>
span { border-color: #82A0FF; }
span { border-color: rgb(130,160,255); }
td.TdClassName
{
border-color: #82A0FF;
}
.TagClassName
{
border-color: #82A0FF;
}
</style>