Shades of Jordy Blue #82A0E5
Tints of Jordy Blue #82A0E5
RGB
CMYK
RGB Variations
Color information
#82A0E5 (or 0x82A0E5) is known color: Jordy Blue. HEX triplet: 82, A0 and E5. RGB value is (130,160,229). Sum of RGB (Red+Green+Blue) = 130+160+229=519 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.05% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #82A0E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A0E5 is #7D5F1A. Grayscale: #9E9E9E. Windows color (decimal): -8216347 or 15048834. OLE color: 15048834.
HSL color Cylindrical-coordinate representation of color #82A0E5: hue angle of 221.82º 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 #82A0E5 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 160 | 229 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.10 |
| HSL | 221.82º | 0.66% | 0.7% | - |
| HSV(B) | 221.82º | 0.43% | 0.9% | - |
| XYZ | 35.92 | 35.54 | 79.1 | - |
| YUV | 158.9 | 167.56 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 160 | 229 | 0.43 | 0.30 | 0 | 0.10 | 221.82 | 0.66 | 0.7 |
| Hex | 82 | A0 | E5 | 2B | 1E | 0 | A | DE | 42 | 46 |
| Octal | 202 | 240 | 345 | 53 | 36 | 0 | 12 | 336 | 102 | 106 |
| Binary | 10000010 | 10100000 | 11100101 | 101011 | 11110 | 0 | 1010 | 11011110 | 1000010 | 1000110 |
Color Harmonies of #82A0E5
Complementary color
Monochromatic Colors of #82A0E5
Black with #82A0E5
Text Example
Text Example
White with #82A0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A0E5; }
p { color: rgb(130,160,229); }
H1.HeaderClassName
{
color: #82A0E5;
}
.AnyTagClassName
{
color: #82A0E5;
}
</style>
background-color css
<style>
a { background-color: #82A0E5; }
a { background-color: rgb(130,160,229); }
div.DivClassName
{
background-color: #82A0E5;
}
.BgClassName
{
background-color: #82A0E5;
}
</style>
border-color css
<style>
span { border-color: #82A0E5; }
span { border-color: rgb(130,160,229); }
td.TdClassName
{
border-color: #82A0E5;
}
.TagClassName
{
border-color: #82A0E5;
}
</style>