Shades of Jordy Blue #779ED7
Tints of Jordy Blue #779ED7
RGB
CMYK
RGB Variations
Color information
#779ED7 (or 0x779ED7) is known color: Jordy Blue. HEX triplet: 77, 9E and D7. RGB value is (119,158,215). Sum of RGB (Red+Green+Blue) = 119+158+215=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #779ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ED7 is #886128. Grayscale: #989898. Windows color (decimal): -8937769 or 14130807. OLE color: 14130807.
HSL color Cylindrical-coordinate representation of color #779ED7: hue angle of 215.62º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #779ED7 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 158 | 215 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.16 |
| HSL | 215.63º | 0.55% | 0.65% | - |
| HSV(B) | 215.63º | 0.45% | 0.84% | - |
| XYZ | 32.1 | 33.28 | 69.02 | - |
| YUV | 152.84 | 163.08 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 215 | 0.45 | 0.27 | 0 | 0.16 | 215.63 | 0.55 | 0.65 |
| Hex | 77 | 9E | D7 | 2D | 1B | 0 | 10 | D8 | 37 | 41 |
| Octal | 167 | 236 | 327 | 55 | 33 | 0 | 20 | 330 | 67 | 101 |
| Binary | 1110111 | 10011110 | 11010111 | 101101 | 11011 | 0 | 10000 | 11011000 | 110111 | 1000001 |
Color Harmonies of #779ED7
Complementary color
Monochromatic Colors of #779ED7
Black with #779ED7
Text Example
Text Example
White with #779ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779ED7; }
p { color: rgb(119,158,215); }
H1.HeaderClassName
{
color: #779ED7;
}
.AnyTagClassName
{
color: #779ED7;
}
</style>
background-color css
<style>
a { background-color: #779ED7; }
a { background-color: rgb(119,158,215); }
div.DivClassName
{
background-color: #779ED7;
}
.BgClassName
{
background-color: #779ED7;
}
</style>
border-color css
<style>
span { border-color: #779ED7; }
span { border-color: rgb(119,158,215); }
td.TdClassName
{
border-color: #779ED7;
}
.TagClassName
{
border-color: #779ED7;
}
</style>