Shades of Jordy Blue #7AA4DC
Tints of Jordy Blue #7AA4DC
RGB
CMYK
RGB Variations
Color information
#7AA4DC (or 0x7AA4DC) is known color: Jordy Blue. HEX triplet: 7A, A4 and DC. RGB value is (122,164,220). Sum of RGB (Red+Green+Blue) = 122+164+220=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AA4DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA4DC is #855B23. Grayscale: #9D9D9D. Windows color (decimal): -8739620 or 14460026. OLE color: 14460026.
HSL color Cylindrical-coordinate representation of color #7AA4DC: hue angle of 214.29º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AA4DC is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 164 | 220 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.14 |
| HSL | 214.29º | 0.58% | 0.67% | - |
| HSV(B) | 214.29º | 0.45% | 0.86% | - |
| XYZ | 34.22 | 35.86 | 72.83 | - |
| YUV | 157.83 | 163.09 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 220 | 0.45 | 0.25 | 0 | 0.14 | 214.29 | 0.58 | 0.67 |
| Hex | 7A | A4 | DC | 2D | 19 | 0 | E | D6 | 3A | 43 |
| Octal | 172 | 244 | 334 | 55 | 31 | 0 | 16 | 326 | 72 | 103 |
| Binary | 1111010 | 10100100 | 11011100 | 101101 | 11001 | 0 | 1110 | 11010110 | 111010 | 1000011 |
Color Harmonies of #7AA4DC
Complementary color
Monochromatic Colors of #7AA4DC
Black with #7AA4DC
Text Example
Text Example
White with #7AA4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA4DC; }
p { color: rgb(122,164,220); }
H1.HeaderClassName
{
color: #7AA4DC;
}
.AnyTagClassName
{
color: #7AA4DC;
}
</style>
background-color css
<style>
a { background-color: #7AA4DC; }
a { background-color: rgb(122,164,220); }
div.DivClassName
{
background-color: #7AA4DC;
}
.BgClassName
{
background-color: #7AA4DC;
}
</style>
border-color css
<style>
span { border-color: #7AA4DC; }
span { border-color: rgb(122,164,220); }
td.TdClassName
{
border-color: #7AA4DC;
}
.TagClassName
{
border-color: #7AA4DC;
}
</style>