Shades of Jordy Blue #7AA0DB
Tints of Jordy Blue #7AA0DB
RGB
CMYK
RGB Variations
Color information
#7AA0DB (or 0x7AA0DB) is known color: Jordy Blue. HEX triplet: 7A, A0 and DB. RGB value is (122,160,219). Sum of RGB (Red+Green+Blue) = 122+160+219=501 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.35% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #7AA0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA0DB is #855F24. Grayscale: #9B9B9B. Windows color (decimal): -8740645 or 14393466. OLE color: 14393466.
HSL color Cylindrical-coordinate representation of color #7AA0DB: hue angle of 216.49º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AA0DB is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 160 | 219 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.14 |
| HSL | 216.49º | 0.57% | 0.67% | - |
| HSV(B) | 216.49º | 0.44% | 0.86% | - |
| XYZ | 33.38 | 34.39 | 71.9 | - |
| YUV | 155.36 | 163.91 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 219 | 0.44 | 0.27 | 0 | 0.14 | 216.49 | 0.57 | 0.67 |
| Hex | 7A | A0 | DB | 2C | 1B | 0 | E | D8 | 39 | 43 |
| Octal | 172 | 240 | 333 | 54 | 33 | 0 | 16 | 330 | 71 | 103 |
| Binary | 1111010 | 10100000 | 11011011 | 101100 | 11011 | 0 | 1110 | 11011000 | 111001 | 1000011 |
Color Harmonies of #7AA0DB
Complementary color
Monochromatic Colors of #7AA0DB
Black with #7AA0DB
Text Example
Text Example
White with #7AA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA0DB; }
p { color: rgb(122,160,219); }
H1.HeaderClassName
{
color: #7AA0DB;
}
.AnyTagClassName
{
color: #7AA0DB;
}
</style>
background-color css
<style>
a { background-color: #7AA0DB; }
a { background-color: rgb(122,160,219); }
div.DivClassName
{
background-color: #7AA0DB;
}
.BgClassName
{
background-color: #7AA0DB;
}
</style>
border-color css
<style>
span { border-color: #7AA0DB; }
span { border-color: rgb(122,160,219); }
td.TdClassName
{
border-color: #7AA0DB;
}
.TagClassName
{
border-color: #7AA0DB;
}
</style>