Shades of Jordy Blue #779EEC
Tints of Jordy Blue #779EEC
RGB
CMYK
RGB Variations
Color information
#779EEC (or 0x779EEC) is known color: Jordy Blue. HEX triplet: 77, 9E and EC. RGB value is (119,158,236). Sum of RGB (Red+Green+Blue) = 119+158+236=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #779EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779EEC is #886113. Grayscale: #9A9A9A. Windows color (decimal): -8937748 or 15507063. OLE color: 15507063.
HSL color Cylindrical-coordinate representation of color #779EEC: hue angle of 220º 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 #779EEC is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 158 | 236 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.07 |
| HSL | 220º | 0.75% | 0.7% | - |
| HSV(B) | 220º | 0.5% | 0.93% | - |
| XYZ | 34.97 | 34.43 | 84.16 | - |
| YUV | 155.23 | 173.58 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 236 | 0.50 | 0.33 | 0 | 0.07 | 220 | 0.75 | 0.7 |
| Hex | 77 | 9E | EC | 32 | 21 | 0 | 7 | DC | 4B | 46 |
| Octal | 167 | 236 | 354 | 62 | 41 | 0 | 7 | 334 | 113 | 106 |
| Binary | 1110111 | 10011110 | 11101100 | 110010 | 100001 | 0 | 111 | 11011100 | 1001011 | 1000110 |
Color Harmonies of #779EEC
Complementary color
Monochromatic Colors of #779EEC
Black with #779EEC
Text Example
Text Example
White with #779EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779EEC; }
p { color: rgb(119,158,236); }
H1.HeaderClassName
{
color: #779EEC;
}
.AnyTagClassName
{
color: #779EEC;
}
</style>
background-color css
<style>
a { background-color: #779EEC; }
a { background-color: rgb(119,158,236); }
div.DivClassName
{
background-color: #779EEC;
}
.BgClassName
{
background-color: #779EEC;
}
</style>
border-color css
<style>
span { border-color: #779EEC; }
span { border-color: rgb(119,158,236); }
td.TdClassName
{
border-color: #779EEC;
}
.TagClassName
{
border-color: #779EEC;
}
</style>