Shades of Jordy Blue #7AA4FA
Tints of Jordy Blue #7AA4FA
RGB
CMYK
RGB Variations
Color information
#7AA4FA (or 0x7AA4FA) is known color: Jordy Blue. HEX triplet: 7A, A4 and FA. RGB value is (122,164,250). Sum of RGB (Red+Green+Blue) = 122+164+250=536 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.76% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AA4FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA4FA is #855B05. Grayscale: #A0A0A0. Windows color (decimal): -8739590 or 16426106. OLE color: 16426106.
HSL color Cylindrical-coordinate representation of color #7AA4FA: hue angle of 220.31º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AA4FA is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 164 | 250 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.02 |
| HSL | 220.31º | 0.93% | 0.73% | - |
| HSV(B) | 220.31º | 0.51% | 0.98% | - |
| XYZ | 38.56 | 37.59 | 95.67 | - |
| YUV | 161.25 | 178.09 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 250 | 0.51 | 0.34 | 0 | 0.02 | 220.31 | 0.93 | 0.73 |
| Hex | 7A | A4 | FA | 33 | 22 | 0 | 2 | DC | 5D | 49 |
| Octal | 172 | 244 | 372 | 63 | 42 | 0 | 2 | 334 | 135 | 111 |
| Binary | 1111010 | 10100100 | 11111010 | 110011 | 100010 | 0 | 10 | 11011100 | 1011101 | 1001001 |
Color Harmonies of #7AA4FA
Complementary color
Monochromatic Colors of #7AA4FA
Black with #7AA4FA
Text Example
Text Example
White with #7AA4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA4FA; }
p { color: rgb(122,164,250); }
H1.HeaderClassName
{
color: #7AA4FA;
}
.AnyTagClassName
{
color: #7AA4FA;
}
</style>
background-color css
<style>
a { background-color: #7AA4FA; }
a { background-color: rgb(122,164,250); }
div.DivClassName
{
background-color: #7AA4FA;
}
.BgClassName
{
background-color: #7AA4FA;
}
</style>
border-color css
<style>
span { border-color: #7AA4FA; }
span { border-color: rgb(122,164,250); }
td.TdClassName
{
border-color: #7AA4FA;
}
.TagClassName
{
border-color: #7AA4FA;
}
</style>