Shades of Jordy Blue #79A4E9
Tints of Jordy Blue #79A4E9
RGB
CMYK
RGB Variations
Color information
#79A4E9 (or 0x79A4E9) is known color: Jordy Blue. HEX triplet: 79, A4 and E9. RGB value is (121,164,233). Sum of RGB (Red+Green+Blue) = 121+164+233=518 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.36% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #79A4E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A4E9 is #865B16. Grayscale: #9E9E9E. Windows color (decimal): -8805143 or 15311993. OLE color: 15311993.
HSL color Cylindrical-coordinate representation of color #79A4E9: hue angle of 216.96º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79A4E9 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 121 | 164 | 233 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.09 |
| HSL | 216.96º | 0.72% | 0.69% | - |
| HSV(B) | 216.96º | 0.48% | 0.91% | - |
| XYZ | 35.87 | 36.5 | 82.25 | - |
| YUV | 159.01 | 169.75 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 164 | 233 | 0.48 | 0.30 | 0 | 0.09 | 216.96 | 0.72 | 0.69 |
| Hex | 79 | A4 | E9 | 30 | 1E | 0 | 9 | D9 | 48 | 45 |
| Octal | 171 | 244 | 351 | 60 | 36 | 0 | 11 | 331 | 110 | 105 |
| Binary | 1111001 | 10100100 | 11101001 | 110000 | 11110 | 0 | 1001 | 11011001 | 1001000 | 1000101 |
Color Harmonies of #79A4E9
Complementary color
Monochromatic Colors of #79A4E9
Black with #79A4E9
Text Example
Text Example
White with #79A4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A4E9; }
p { color: rgb(121,164,233); }
H1.HeaderClassName
{
color: #79A4E9;
}
.AnyTagClassName
{
color: #79A4E9;
}
</style>
background-color css
<style>
a { background-color: #79A4E9; }
a { background-color: rgb(121,164,233); }
div.DivClassName
{
background-color: #79A4E9;
}
.BgClassName
{
background-color: #79A4E9;
}
</style>
border-color css
<style>
span { border-color: #79A4E9; }
span { border-color: rgb(121,164,233); }
td.TdClassName
{
border-color: #79A4E9;
}
.TagClassName
{
border-color: #79A4E9;
}
</style>