Shades of Jordy Blue #779FEC
Tints of Jordy Blue #779FEC
RGB
CMYK
RGB Variations
Color information
#779FEC (or 0x779FEC) is known color: Jordy Blue. HEX triplet: 77, 9F and EC. RGB value is (119,159,236). Sum of RGB (Red+Green+Blue) = 119+159+236=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #779FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779FEC is #886013. Grayscale: #9B9B9B. Windows color (decimal): -8937492 or 15507319. OLE color: 15507319.
HSL color Cylindrical-coordinate representation of color #779FEC: hue angle of 219.49º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #779FEC is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 159 | 236 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.07 |
| HSL | 219.49º | 0.75% | 0.7% | - |
| HSV(B) | 219.49º | 0.5% | 0.93% | - |
| XYZ | 35.15 | 34.77 | 84.22 | - |
| YUV | 155.82 | 173.25 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 236 | 0.50 | 0.33 | 0 | 0.07 | 219.49 | 0.75 | 0.7 |
| Hex | 77 | 9F | EC | 32 | 21 | 0 | 7 | DB | 4B | 46 |
| Octal | 167 | 237 | 354 | 62 | 41 | 0 | 7 | 333 | 113 | 106 |
| Binary | 1110111 | 10011111 | 11101100 | 110010 | 100001 | 0 | 111 | 11011011 | 1001011 | 1000110 |
Color Harmonies of #779FEC
Complementary color
Monochromatic Colors of #779FEC
Black with #779FEC
Text Example
Text Example
White with #779FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779FEC; }
p { color: rgb(119,159,236); }
H1.HeaderClassName
{
color: #779FEC;
}
.AnyTagClassName
{
color: #779FEC;
}
</style>
background-color css
<style>
a { background-color: #779FEC; }
a { background-color: rgb(119,159,236); }
div.DivClassName
{
background-color: #779FEC;
}
.BgClassName
{
background-color: #779FEC;
}
</style>
border-color css
<style>
span { border-color: #779FEC; }
span { border-color: rgb(119,159,236); }
td.TdClassName
{
border-color: #779FEC;
}
.TagClassName
{
border-color: #779FEC;
}
</style>