Shades of Jordy Blue #7AAFF2
Tints of Jordy Blue #7AAFF2
RGB
CMYK
RGB Variations
Color information
#7AAFF2 (or 0x7AAFF2) is known color: Jordy Blue. HEX triplet: 7A, AF and F2. RGB value is (122,175,242). Sum of RGB (Red+Green+Blue) = 122+175+242=539 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.63% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #7AAFF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AAFF2 is #85500D. Grayscale: #A6A6A6. Windows color (decimal): -8736782 or 15904634. OLE color: 15904634.
HSL color Cylindrical-coordinate representation of color #7AAFF2: hue angle of 213.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AAFF2 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 175 | 242 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.05 |
| HSL | 213.5º | 0.82% | 0.71% | - |
| HSV(B) | 213.5º | 0.5% | 0.95% | - |
| XYZ | 39.38 | 41.21 | 89.88 | - |
| YUV | 166.79 | 170.44 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 242 | 0.50 | 0.28 | 0 | 0.05 | 213.5 | 0.82 | 0.71 |
| Hex | 7A | AF | F2 | 32 | 1C | 0 | 5 | D6 | 52 | 47 |
| Octal | 172 | 257 | 362 | 62 | 34 | 0 | 5 | 326 | 122 | 107 |
| Binary | 1111010 | 10101111 | 11110010 | 110010 | 11100 | 0 | 101 | 11010110 | 1010010 | 1000111 |
Color Harmonies of #7AAFF2
Complementary color
Monochromatic Colors of #7AAFF2
Black with #7AAFF2
Text Example
Text Example
White with #7AAFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAFF2; }
p { color: rgb(122,175,242); }
H1.HeaderClassName
{
color: #7AAFF2;
}
.AnyTagClassName
{
color: #7AAFF2;
}
</style>
background-color css
<style>
a { background-color: #7AAFF2; }
a { background-color: rgb(122,175,242); }
div.DivClassName
{
background-color: #7AAFF2;
}
.BgClassName
{
background-color: #7AAFF2;
}
</style>
border-color css
<style>
span { border-color: #7AAFF2; }
span { border-color: rgb(122,175,242); }
td.TdClassName
{
border-color: #7AAFF2;
}
.TagClassName
{
border-color: #7AAFF2;
}
</style>