Shades of Jordy Blue #7AA8DA
Tints of Jordy Blue #7AA8DA
RGB
CMYK
RGB Variations
Color information
#7AA8DA (or 0x7AA8DA) is known color: Jordy Blue. HEX triplet: 7A, A8 and DA. RGB value is (122,168,218). Sum of RGB (Red+Green+Blue) = 122+168+218=508 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.02% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #7AA8DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA8DA is #855725. Grayscale: #9F9F9F. Windows color (decimal): -8738598 or 14329978. OLE color: 14329978.
HSL color Cylindrical-coordinate representation of color #7AA8DA: hue angle of 211.25º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AA8DA is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 168 | 218 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.15 |
| HSL | 211.25º | 0.56% | 0.67% | - |
| HSV(B) | 211.25º | 0.44% | 0.85% | - |
| XYZ | 34.68 | 37.2 | 71.68 | - |
| YUV | 159.95 | 160.76 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 168 | 218 | 0.44 | 0.23 | 0 | 0.15 | 211.25 | 0.56 | 0.67 |
| Hex | 7A | A8 | DA | 2C | 17 | 0 | F | D3 | 38 | 43 |
| Octal | 172 | 250 | 332 | 54 | 27 | 0 | 17 | 323 | 70 | 103 |
| Binary | 1111010 | 10101000 | 11011010 | 101100 | 10111 | 0 | 1111 | 11010011 | 111000 | 1000011 |
Color Harmonies of #7AA8DA
Complementary color
Monochromatic Colors of #7AA8DA
Black with #7AA8DA
Text Example
Text Example
White with #7AA8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA8DA; }
p { color: rgb(122,168,218); }
H1.HeaderClassName
{
color: #7AA8DA;
}
.AnyTagClassName
{
color: #7AA8DA;
}
</style>
background-color css
<style>
a { background-color: #7AA8DA; }
a { background-color: rgb(122,168,218); }
div.DivClassName
{
background-color: #7AA8DA;
}
.BgClassName
{
background-color: #7AA8DA;
}
</style>
border-color css
<style>
span { border-color: #7AA8DA; }
span { border-color: rgb(122,168,218); }
td.TdClassName
{
border-color: #7AA8DA;
}
.TagClassName
{
border-color: #7AA8DA;
}
</style>