Shades of Jordy Blue #779ED5
Tints of Jordy Blue #779ED5
RGB
CMYK
RGB Variations
Color information
#779ED5 (or 0x779ED5) is known color: Jordy Blue. HEX triplet: 77, 9E and D5. RGB value is (119,158,213). Sum of RGB (Red+Green+Blue) = 119+158+213=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #779ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ED5 is #88612A. Grayscale: #989898. Windows color (decimal): -8937771 or 13999735. OLE color: 13999735.
HSL color Cylindrical-coordinate representation of color #779ED5: hue angle of 215.11º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #779ED5 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 158 | 213 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.16 |
| HSL | 215.11º | 0.53% | 0.65% | - |
| HSV(B) | 215.11º | 0.44% | 0.84% | - |
| XYZ | 31.84 | 33.18 | 67.68 | - |
| YUV | 152.61 | 162.08 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 213 | 0.44 | 0.26 | 0 | 0.16 | 215.11 | 0.53 | 0.65 |
| Hex | 77 | 9E | D5 | 2C | 1A | 0 | 10 | D7 | 35 | 41 |
| Octal | 167 | 236 | 325 | 54 | 32 | 0 | 20 | 327 | 65 | 101 |
| Binary | 1110111 | 10011110 | 11010101 | 101100 | 11010 | 0 | 10000 | 11010111 | 110101 | 1000001 |
Color Harmonies of #779ED5
Complementary color
Monochromatic Colors of #779ED5
Black with #779ED5
Text Example
Text Example
White with #779ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779ED5; }
p { color: rgb(119,158,213); }
H1.HeaderClassName
{
color: #779ED5;
}
.AnyTagClassName
{
color: #779ED5;
}
</style>
background-color css
<style>
a { background-color: #779ED5; }
a { background-color: rgb(119,158,213); }
div.DivClassName
{
background-color: #779ED5;
}
.BgClassName
{
background-color: #779ED5;
}
</style>
border-color css
<style>
span { border-color: #779ED5; }
span { border-color: rgb(119,158,213); }
td.TdClassName
{
border-color: #779ED5;
}
.TagClassName
{
border-color: #779ED5;
}
</style>