Shades of Jordy Blue #79A3E4
Tints of Jordy Blue #79A3E4
RGB
CMYK
RGB Variations
Color information
#79A3E4 (or 0x79A3E4) is known color: Jordy Blue. HEX triplet: 79, A3 and E4. RGB value is (121,163,228). Sum of RGB (Red+Green+Blue) = 121+163+228=512 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.63% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #79A3E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A3E4 is #865C1B. Grayscale: #9D9D9D. Windows color (decimal): -8805404 or 14984057. OLE color: 14984057.
HSL color Cylindrical-coordinate representation of color #79A3E4: hue angle of 216.45º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79A3E4 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 121 | 163 | 228 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.11 |
| HSL | 216.45º | 0.66% | 0.68% | - |
| HSV(B) | 216.45º | 0.47% | 0.89% | - |
| XYZ | 34.99 | 35.86 | 78.48 | - |
| YUV | 157.85 | 167.59 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 163 | 228 | 0.47 | 0.29 | 0 | 0.11 | 216.45 | 0.66 | 0.68 |
| Hex | 79 | A3 | E4 | 2F | 1D | 0 | B | D8 | 42 | 44 |
| Octal | 171 | 243 | 344 | 57 | 35 | 0 | 13 | 330 | 102 | 104 |
| Binary | 1111001 | 10100011 | 11100100 | 101111 | 11101 | 0 | 1011 | 11011000 | 1000010 | 1000100 |
Color Harmonies of #79A3E4
Complementary color
Monochromatic Colors of #79A3E4
Black with #79A3E4
Text Example
Text Example
White with #79A3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A3E4; }
p { color: rgb(121,163,228); }
H1.HeaderClassName
{
color: #79A3E4;
}
.AnyTagClassName
{
color: #79A3E4;
}
</style>
background-color css
<style>
a { background-color: #79A3E4; }
a { background-color: rgb(121,163,228); }
div.DivClassName
{
background-color: #79A3E4;
}
.BgClassName
{
background-color: #79A3E4;
}
</style>
border-color css
<style>
span { border-color: #79A3E4; }
span { border-color: rgb(121,163,228); }
td.TdClassName
{
border-color: #79A3E4;
}
.TagClassName
{
border-color: #79A3E4;
}
</style>