Shades of Jordy Blue #779ECF
Tints of Jordy Blue #779ECF
RGB
CMYK
RGB Variations
Color information
#779ECF (or 0x779ECF) is known color: Jordy Blue. HEX triplet: 77, 9E and CF. RGB value is (119,158,207). Sum of RGB (Red+Green+Blue) = 119+158+207=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #779ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ECF is #886130. Grayscale: #979797. Windows color (decimal): -8937777 or 13606519. OLE color: 13606519.
HSL color Cylindrical-coordinate representation of color #779ECF: hue angle of 213.41º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #779ECF is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 158 | 207 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.19 |
| HSL | 213.41º | 0.48% | 0.64% | - |
| HSV(B) | 213.41º | 0.43% | 0.81% | - |
| XYZ | 31.1 | 32.88 | 63.74 | - |
| YUV | 151.93 | 159.08 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 207 | 0.43 | 0.24 | 0 | 0.19 | 213.41 | 0.48 | 0.64 |
| Hex | 77 | 9E | CF | 2B | 18 | 0 | 13 | D5 | 30 | 40 |
| Octal | 167 | 236 | 317 | 53 | 30 | 0 | 23 | 325 | 60 | 100 |
| Binary | 1110111 | 10011110 | 11001111 | 101011 | 11000 | 0 | 10011 | 11010101 | 110000 | 1000000 |
Color Harmonies of #779ECF
Complementary color
Monochromatic Colors of #779ECF
Black with #779ECF
Text Example
Text Example
White with #779ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779ECF; }
p { color: rgb(119,158,207); }
H1.HeaderClassName
{
color: #779ECF;
}
.AnyTagClassName
{
color: #779ECF;
}
</style>
background-color css
<style>
a { background-color: #779ECF; }
a { background-color: rgb(119,158,207); }
div.DivClassName
{
background-color: #779ECF;
}
.BgClassName
{
background-color: #779ECF;
}
</style>
border-color css
<style>
span { border-color: #779ECF; }
span { border-color: rgb(119,158,207); }
td.TdClassName
{
border-color: #779ECF;
}
.TagClassName
{
border-color: #779ECF;
}
</style>