Shades of Jordy Blue #82A5E5
Tints of Jordy Blue #82A5E5
RGB
CMYK
RGB Variations
Color information
#82A5E5 (or 0x82A5E5) is known color: Jordy Blue. HEX triplet: 82, A5 and E5. RGB value is (130,165,229). Sum of RGB (Red+Green+Blue) = 130+165+229=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #82A5E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A5E5 is #7D5A1A. Grayscale: #A1A1A1. Windows color (decimal): -8215067 or 15050114. OLE color: 15050114.
HSL color Cylindrical-coordinate representation of color #82A5E5: hue angle of 218.79º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82A5E5 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 165 | 229 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.10 |
| HSL | 218.79º | 0.66% | 0.7% | - |
| HSV(B) | 218.79º | 0.43% | 0.9% | - |
| XYZ | 36.8 | 37.31 | 79.39 | - |
| YUV | 161.83 | 165.9 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 165 | 229 | 0.43 | 0.28 | 0 | 0.10 | 218.79 | 0.66 | 0.7 |
| Hex | 82 | A5 | E5 | 2B | 1C | 0 | A | DB | 42 | 46 |
| Octal | 202 | 245 | 345 | 53 | 34 | 0 | 12 | 333 | 102 | 106 |
| Binary | 10000010 | 10100101 | 11100101 | 101011 | 11100 | 0 | 1010 | 11011011 | 1000010 | 1000110 |
Color Harmonies of #82A5E5
Complementary color
Monochromatic Colors of #82A5E5
Black with #82A5E5
Text Example
Text Example
White with #82A5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A5E5; }
p { color: rgb(130,165,229); }
H1.HeaderClassName
{
color: #82A5E5;
}
.AnyTagClassName
{
color: #82A5E5;
}
</style>
background-color css
<style>
a { background-color: #82A5E5; }
a { background-color: rgb(130,165,229); }
div.DivClassName
{
background-color: #82A5E5;
}
.BgClassName
{
background-color: #82A5E5;
}
</style>
border-color css
<style>
span { border-color: #82A5E5; }
span { border-color: rgb(130,165,229); }
td.TdClassName
{
border-color: #82A5E5;
}
.TagClassName
{
border-color: #82A5E5;
}
</style>