Shades of Jordy Blue #779ED4
Tints of Jordy Blue #779ED4
RGB
CMYK
RGB Variations
Color information
#779ED4 (or 0x779ED4) is known color: Jordy Blue. HEX triplet: 77, 9E and D4. RGB value is (119,158,212). Sum of RGB (Red+Green+Blue) = 119+158+212=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #779ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ED4 is #88612B. Grayscale: #989898. Windows color (decimal): -8937772 or 13934199. OLE color: 13934199.
HSL color Cylindrical-coordinate representation of color #779ED4: hue angle of 214.84º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #779ED4 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 158 | 212 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.17 |
| HSL | 214.84º | 0.52% | 0.65% | - |
| HSV(B) | 214.84º | 0.44% | 0.83% | - |
| XYZ | 31.72 | 33.13 | 67.01 | - |
| YUV | 152.5 | 161.58 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 212 | 0.44 | 0.25 | 0 | 0.17 | 214.84 | 0.52 | 0.65 |
| Hex | 77 | 9E | D4 | 2C | 19 | 0 | 11 | D7 | 34 | 41 |
| Octal | 167 | 236 | 324 | 54 | 31 | 0 | 21 | 327 | 64 | 101 |
| Binary | 1110111 | 10011110 | 11010100 | 101100 | 11001 | 0 | 10001 | 11010111 | 110100 | 1000001 |
Color Harmonies of #779ED4
Complementary color
Monochromatic Colors of #779ED4
Black with #779ED4
Text Example
Text Example
White with #779ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779ED4; }
p { color: rgb(119,158,212); }
H1.HeaderClassName
{
color: #779ED4;
}
.AnyTagClassName
{
color: #779ED4;
}
</style>
background-color css
<style>
a { background-color: #779ED4; }
a { background-color: rgb(119,158,212); }
div.DivClassName
{
background-color: #779ED4;
}
.BgClassName
{
background-color: #779ED4;
}
</style>
border-color css
<style>
span { border-color: #779ED4; }
span { border-color: rgb(119,158,212); }
td.TdClassName
{
border-color: #779ED4;
}
.TagClassName
{
border-color: #779ED4;
}
</style>