Shades of Jordy Blue #7AA4DB
Tints of Jordy Blue #7AA4DB
RGB
CMYK
RGB Variations
Color information
#7AA4DB (or 0x7AA4DB) is known color: Jordy Blue. HEX triplet: 7A, A4 and DB. RGB value is (122,164,219). Sum of RGB (Red+Green+Blue) = 122+164+219=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #7AA4DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA4DB is #855B24. Grayscale: #9D9D9D. Windows color (decimal): -8739621 or 14394490. OLE color: 14394490.
HSL color Cylindrical-coordinate representation of color #7AA4DB: hue angle of 214.02º 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 #7AA4DB is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 164 | 219 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.14 |
| HSL | 214.02º | 0.57% | 0.67% | - |
| HSV(B) | 214.02º | 0.44% | 0.86% | - |
| XYZ | 34.09 | 35.8 | 72.13 | - |
| YUV | 157.71 | 162.59 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 219 | 0.44 | 0.25 | 0 | 0.14 | 214.02 | 0.57 | 0.67 |
| Hex | 7A | A4 | DB | 2C | 19 | 0 | E | D6 | 39 | 43 |
| Octal | 172 | 244 | 333 | 54 | 31 | 0 | 16 | 326 | 71 | 103 |
| Binary | 1111010 | 10100100 | 11011011 | 101100 | 11001 | 0 | 1110 | 11010110 | 111001 | 1000011 |
Color Harmonies of #7AA4DB
Complementary color
Monochromatic Colors of #7AA4DB
Black with #7AA4DB
Text Example
Text Example
White with #7AA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA4DB; }
p { color: rgb(122,164,219); }
H1.HeaderClassName
{
color: #7AA4DB;
}
.AnyTagClassName
{
color: #7AA4DB;
}
</style>
background-color css
<style>
a { background-color: #7AA4DB; }
a { background-color: rgb(122,164,219); }
div.DivClassName
{
background-color: #7AA4DB;
}
.BgClassName
{
background-color: #7AA4DB;
}
</style>
border-color css
<style>
span { border-color: #7AA4DB; }
span { border-color: rgb(122,164,219); }
td.TdClassName
{
border-color: #7AA4DB;
}
.TagClassName
{
border-color: #7AA4DB;
}
</style>