Shades of Jordy Blue #779DDD
Tints of Jordy Blue #779DDD
RGB
CMYK
RGB Variations
Color information
#779DDD (or 0x779DDD) is known color: Jordy Blue. HEX triplet: 77, 9D and DD. RGB value is (119,157,221). Sum of RGB (Red+Green+Blue) = 119+157+221=497 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.94% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #779DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DDD is #886222. Grayscale: #989898. Windows color (decimal): -8938019 or 14523767. OLE color: 14523767.
HSL color Cylindrical-coordinate representation of color #779DDD: hue angle of 217.65º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #779DDD is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 157 | 221 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.13 |
| HSL | 217.65º | 0.6% | 0.67% | - |
| HSV(B) | 217.65º | 0.46% | 0.87% | - |
| XYZ | 32.72 | 33.26 | 73.1 | - |
| YUV | 152.93 | 166.41 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 221 | 0.46 | 0.29 | 0 | 0.13 | 217.65 | 0.6 | 0.67 |
| Hex | 77 | 9D | DD | 2E | 1D | 0 | D | DA | 3C | 43 |
| Octal | 167 | 235 | 335 | 56 | 35 | 0 | 15 | 332 | 74 | 103 |
| Binary | 1110111 | 10011101 | 11011101 | 101110 | 11101 | 0 | 1101 | 11011010 | 111100 | 1000011 |
Color Harmonies of #779DDD
Complementary color
Monochromatic Colors of #779DDD
Black with #779DDD
Text Example
Text Example
White with #779DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DDD; }
p { color: rgb(119,157,221); }
H1.HeaderClassName
{
color: #779DDD;
}
.AnyTagClassName
{
color: #779DDD;
}
</style>
background-color css
<style>
a { background-color: #779DDD; }
a { background-color: rgb(119,157,221); }
div.DivClassName
{
background-color: #779DDD;
}
.BgClassName
{
background-color: #779DDD;
}
</style>
border-color css
<style>
span { border-color: #779DDD; }
span { border-color: rgb(119,157,221); }
td.TdClassName
{
border-color: #779DDD;
}
.TagClassName
{
border-color: #779DDD;
}
</style>