Shades of Jordy Blue #7AA0DF
Tints of Jordy Blue #7AA0DF
RGB
CMYK
RGB Variations
Color information
#7AA0DF (or 0x7AA0DF) is known color: Jordy Blue. HEX triplet: 7A, A0 and DF. RGB value is (122,160,223). Sum of RGB (Red+Green+Blue) = 122+160+223=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #7AA0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA0DF is #855F20. Grayscale: #9B9B9B. Windows color (decimal): -8740641 or 14655610. OLE color: 14655610.
HSL color Cylindrical-coordinate representation of color #7AA0DF: hue angle of 217.43º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AA0DF is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 160 | 223 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.13 |
| HSL | 217.43º | 0.61% | 0.68% | - |
| HSV(B) | 217.43º | 0.45% | 0.87% | - |
| XYZ | 33.92 | 34.61 | 74.7 | - |
| YUV | 155.82 | 165.91 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 223 | 0.45 | 0.28 | 0 | 0.13 | 217.43 | 0.61 | 0.68 |
| Hex | 7A | A0 | DF | 2D | 1C | 0 | D | D9 | 3D | 44 |
| Octal | 172 | 240 | 337 | 55 | 34 | 0 | 15 | 331 | 75 | 104 |
| Binary | 1111010 | 10100000 | 11011111 | 101101 | 11100 | 0 | 1101 | 11011001 | 111101 | 1000100 |
Color Harmonies of #7AA0DF
Complementary color
Monochromatic Colors of #7AA0DF
Black with #7AA0DF
Text Example
Text Example
White with #7AA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA0DF; }
p { color: rgb(122,160,223); }
H1.HeaderClassName
{
color: #7AA0DF;
}
.AnyTagClassName
{
color: #7AA0DF;
}
</style>
background-color css
<style>
a { background-color: #7AA0DF; }
a { background-color: rgb(122,160,223); }
div.DivClassName
{
background-color: #7AA0DF;
}
.BgClassName
{
background-color: #7AA0DF;
}
</style>
border-color css
<style>
span { border-color: #7AA0DF; }
span { border-color: rgb(122,160,223); }
td.TdClassName
{
border-color: #7AA0DF;
}
.TagClassName
{
border-color: #7AA0DF;
}
</style>