Shades of Jordy Blue #79A4DD
Tints of Jordy Blue #79A4DD
RGB
CMYK
RGB Variations
Color information
#79A4DD (or 0x79A4DD) is known color: Jordy Blue. HEX triplet: 79, A4 and DD. RGB value is (121,164,221). Sum of RGB (Red+Green+Blue) = 121+164+221=506 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.91% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #79A4DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A4DD is #865B22. Grayscale: #9D9D9D. Windows color (decimal): -8805155 or 14525561. OLE color: 14525561.
HSL color Cylindrical-coordinate representation of color #79A4DD: hue angle of 214.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79A4DD is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 164 | 221 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.13 |
| HSL | 214.2º | 0.6% | 0.67% | - |
| HSV(B) | 214.2º | 0.45% | 0.87% | - |
| XYZ | 34.21 | 35.84 | 73.52 | - |
| YUV | 157.64 | 163.75 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 164 | 221 | 0.45 | 0.26 | 0 | 0.13 | 214.2 | 0.6 | 0.67 |
| Hex | 79 | A4 | DD | 2D | 1A | 0 | D | D6 | 3C | 43 |
| Octal | 171 | 244 | 335 | 55 | 32 | 0 | 15 | 326 | 74 | 103 |
| Binary | 1111001 | 10100100 | 11011101 | 101101 | 11010 | 0 | 1101 | 11010110 | 111100 | 1000011 |
Color Harmonies of #79A4DD
Complementary color
Monochromatic Colors of #79A4DD
Black with #79A4DD
Text Example
Text Example
White with #79A4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A4DD; }
p { color: rgb(121,164,221); }
H1.HeaderClassName
{
color: #79A4DD;
}
.AnyTagClassName
{
color: #79A4DD;
}
</style>
background-color css
<style>
a { background-color: #79A4DD; }
a { background-color: rgb(121,164,221); }
div.DivClassName
{
background-color: #79A4DD;
}
.BgClassName
{
background-color: #79A4DD;
}
</style>
border-color css
<style>
span { border-color: #79A4DD; }
span { border-color: rgb(121,164,221); }
td.TdClassName
{
border-color: #79A4DD;
}
.TagClassName
{
border-color: #79A4DD;
}
</style>