Shades of Jordy Blue #7AA3DD
Tints of Jordy Blue #7AA3DD
RGB
CMYK
RGB Variations
Color information
#7AA3DD (or 0x7AA3DD) is known color: Jordy Blue. HEX triplet: 7A, A3 and DD. RGB value is (122,163,221). Sum of RGB (Red+Green+Blue) = 122+163+221=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AA3DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA3DD is #855C22. Grayscale: #9D9D9D. Windows color (decimal): -8739875 or 14525306. OLE color: 14525306.
HSL color Cylindrical-coordinate representation of color #7AA3DD: hue angle of 215.15º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AA3DD is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 163 | 221 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.13 |
| HSL | 215.15º | 0.59% | 0.67% | - |
| HSV(B) | 215.15º | 0.45% | 0.87% | - |
| XYZ | 34.17 | 35.55 | 73.47 | - |
| YUV | 157.35 | 163.92 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 163 | 221 | 0.45 | 0.26 | 0 | 0.13 | 215.15 | 0.59 | 0.67 |
| Hex | 7A | A3 | DD | 2D | 1A | 0 | D | D7 | 3B | 43 |
| Octal | 172 | 243 | 335 | 55 | 32 | 0 | 15 | 327 | 73 | 103 |
| Binary | 1111010 | 10100011 | 11011101 | 101101 | 11010 | 0 | 1101 | 11010111 | 111011 | 1000011 |
Color Harmonies of #7AA3DD
Complementary color
Monochromatic Colors of #7AA3DD
Black with #7AA3DD
Text Example
Text Example
White with #7AA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA3DD; }
p { color: rgb(122,163,221); }
H1.HeaderClassName
{
color: #7AA3DD;
}
.AnyTagClassName
{
color: #7AA3DD;
}
</style>
background-color css
<style>
a { background-color: #7AA3DD; }
a { background-color: rgb(122,163,221); }
div.DivClassName
{
background-color: #7AA3DD;
}
.BgClassName
{
background-color: #7AA3DD;
}
</style>
border-color css
<style>
span { border-color: #7AA3DD; }
span { border-color: rgb(122,163,221); }
td.TdClassName
{
border-color: #7AA3DD;
}
.TagClassName
{
border-color: #7AA3DD;
}
</style>