Shades of Jordy Blue #779DD9
Tints of Jordy Blue #779DD9
RGB
CMYK
RGB Variations
Color information
#779DD9 (or 0x779DD9) is known color: Jordy Blue. HEX triplet: 77, 9D and D9. RGB value is (119,157,217). Sum of RGB (Red+Green+Blue) = 119+157+217=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #779DD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DD9 is #886226. Grayscale: #989898. Windows color (decimal): -8938023 or 14261623. OLE color: 14261623.
HSL color Cylindrical-coordinate representation of color #779DD9: hue angle of 216.73º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #779DD9 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 157 | 217 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.15 |
| HSL | 216.73º | 0.56% | 0.66% | - |
| HSV(B) | 216.73º | 0.45% | 0.85% | - |
| XYZ | 32.19 | 33.05 | 70.33 | - |
| YUV | 152.48 | 164.41 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 217 | 0.45 | 0.28 | 0 | 0.15 | 216.73 | 0.56 | 0.66 |
| Hex | 77 | 9D | D9 | 2D | 1C | 0 | F | D9 | 38 | 42 |
| Octal | 167 | 235 | 331 | 55 | 34 | 0 | 17 | 331 | 70 | 102 |
| Binary | 1110111 | 10011101 | 11011001 | 101101 | 11100 | 0 | 1111 | 11011001 | 111000 | 1000010 |
Color Harmonies of #779DD9
Complementary color
Monochromatic Colors of #779DD9
Black with #779DD9
Text Example
Text Example
White with #779DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DD9; }
p { color: rgb(119,157,217); }
H1.HeaderClassName
{
color: #779DD9;
}
.AnyTagClassName
{
color: #779DD9;
}
</style>
background-color css
<style>
a { background-color: #779DD9; }
a { background-color: rgb(119,157,217); }
div.DivClassName
{
background-color: #779DD9;
}
.BgClassName
{
background-color: #779DD9;
}
</style>
border-color css
<style>
span { border-color: #779DD9; }
span { border-color: rgb(119,157,217); }
td.TdClassName
{
border-color: #779DD9;
}
.TagClassName
{
border-color: #779DD9;
}
</style>