Shades of Jordy Blue #82A2FF
Tints of Jordy Blue #82A2FF
RGB
CMYK
RGB Variations
Color information
#82A2FF (or 0x82A2FF) is known color: Jordy Blue. HEX triplet: 82, A2 and FF. RGB value is (130,162,255). Sum of RGB (Red+Green+Blue) = 130+162+255=547 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.77% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #82A2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A2FF is #7D5D00. Grayscale: #A2A2A2. Windows color (decimal): -8215809 or 16753282. OLE color: 16753282.
HSL color Cylindrical-coordinate representation of color #82A2FF: hue angle of 224.64º 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 #82A2FF is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 162 | 255 | - |
| CMYK | 0.49 | 0.36 | 0 | 0 |
| HSL | 224.64º | 1% | 0.75% | - |
| HSV(B) | 224.64º | 0.49% | 1% | - |
| XYZ | 40.18 | 37.81 | 99.79 | - |
| YUV | 163.03 | 179.9 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 162 | 255 | 0.49 | 0.36 | 0 | 0 | 224.64 | 1 | 0.75 |
| Hex | 82 | A2 | FF | 31 | 24 | 0 | 0 | E1 | 64 | 4B |
| Octal | 202 | 242 | 377 | 61 | 44 | 0 | 0 | 341 | 144 | 113 |
| Binary | 10000010 | 10100010 | 11111111 | 110001 | 100100 | 0 | 0 | 11100001 | 1100100 | 1001011 |
Color Harmonies of #82A2FF
Complementary color
Monochromatic Colors of #82A2FF
Black with #82A2FF
Text Example
Text Example
White with #82A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A2FF; }
p { color: rgb(130,162,255); }
H1.HeaderClassName
{
color: #82A2FF;
}
.AnyTagClassName
{
color: #82A2FF;
}
</style>
background-color css
<style>
a { background-color: #82A2FF; }
a { background-color: rgb(130,162,255); }
div.DivClassName
{
background-color: #82A2FF;
}
.BgClassName
{
background-color: #82A2FF;
}
</style>
border-color css
<style>
span { border-color: #82A2FF; }
span { border-color: rgb(130,162,255); }
td.TdClassName
{
border-color: #82A2FF;
}
.TagClassName
{
border-color: #82A2FF;
}
</style>