Shades of Jordy Blue #82A1F7
Tints of Jordy Blue #82A1F7
RGB
CMYK
RGB Variations
Color information
#82A1F7 (or 0x82A1F7) is known color: Jordy Blue. HEX triplet: 82, A1 and F7. RGB value is (130,161,247). Sum of RGB (Red+Green+Blue) = 130+161+247=538 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.16% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #82A1F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A1F7 is #7D5E08. Grayscale: #A1A1A1. Windows color (decimal): -8216073 or 16228738. OLE color: 16228738.
HSL color Cylindrical-coordinate representation of color #82A1F7: hue angle of 224.1º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82A1F7 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 161 | 247 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.03 |
| HSL | 224.1º | 0.88% | 0.74% | - |
| HSV(B) | 224.1º | 0.47% | 0.97% | - |
| XYZ | 38.74 | 36.95 | 93.09 | - |
| YUV | 161.54 | 176.23 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 161 | 247 | 0.47 | 0.35 | 0 | 0.03 | 224.1 | 0.88 | 0.74 |
| Hex | 82 | A1 | F7 | 2F | 23 | 0 | 3 | E0 | 58 | 4A |
| Octal | 202 | 241 | 367 | 57 | 43 | 0 | 3 | 340 | 130 | 112 |
| Binary | 10000010 | 10100001 | 11110111 | 101111 | 100011 | 0 | 11 | 11100000 | 1011000 | 1001010 |
Color Harmonies of #82A1F7
Complementary color
Monochromatic Colors of #82A1F7
Black with #82A1F7
Text Example
Text Example
White with #82A1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A1F7; }
p { color: rgb(130,161,247); }
H1.HeaderClassName
{
color: #82A1F7;
}
.AnyTagClassName
{
color: #82A1F7;
}
</style>
background-color css
<style>
a { background-color: #82A1F7; }
a { background-color: rgb(130,161,247); }
div.DivClassName
{
background-color: #82A1F7;
}
.BgClassName
{
background-color: #82A1F7;
}
</style>
border-color css
<style>
span { border-color: #82A1F7; }
span { border-color: rgb(130,161,247); }
td.TdClassName
{
border-color: #82A1F7;
}
.TagClassName
{
border-color: #82A1F7;
}
</style>