Shades of Jordy Blue #779FDE
Tints of Jordy Blue #779FDE
RGB
CMYK
RGB Variations
Color information
#779FDE (or 0x779FDE) is known color: Jordy Blue. HEX triplet: 77, 9F and DE. RGB value is (119,159,222). Sum of RGB (Red+Green+Blue) = 119+159+222=500 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.8% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #779FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FDE is #886021. Grayscale: #999999. Windows color (decimal): -8937506 or 14589815. OLE color: 14589815.
HSL color Cylindrical-coordinate representation of color #779FDE: hue angle of 216.7º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #779FDE is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 159 | 222 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.13 |
| HSL | 216.7º | 0.61% | 0.67% | - |
| HSV(B) | 216.7º | 0.46% | 0.87% | - |
| XYZ | 33.19 | 33.99 | 73.92 | - |
| YUV | 154.22 | 166.25 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 222 | 0.46 | 0.28 | 0 | 0.13 | 216.7 | 0.61 | 0.67 |
| Hex | 77 | 9F | DE | 2E | 1C | 0 | D | D9 | 3D | 43 |
| Octal | 167 | 237 | 336 | 56 | 34 | 0 | 15 | 331 | 75 | 103 |
| Binary | 1110111 | 10011111 | 11011110 | 101110 | 11100 | 0 | 1101 | 11011001 | 111101 | 1000011 |
Color Harmonies of #779FDE
Complementary color
Monochromatic Colors of #779FDE
Black with #779FDE
Text Example
Text Example
White with #779FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779FDE; }
p { color: rgb(119,159,222); }
H1.HeaderClassName
{
color: #779FDE;
}
.AnyTagClassName
{
color: #779FDE;
}
</style>
background-color css
<style>
a { background-color: #779FDE; }
a { background-color: rgb(119,159,222); }
div.DivClassName
{
background-color: #779FDE;
}
.BgClassName
{
background-color: #779FDE;
}
</style>
border-color css
<style>
span { border-color: #779FDE; }
span { border-color: rgb(119,159,222); }
td.TdClassName
{
border-color: #779FDE;
}
.TagClassName
{
border-color: #779FDE;
}
</style>