Shades of Jordy Blue #779BDD
Tints of Jordy Blue #779BDD
RGB
CMYK
RGB Variations
Color information
#779BDD (or 0x779BDD) is known color: Jordy Blue. HEX triplet: 77, 9B and DD. RGB value is (119,155,221). Sum of RGB (Red+Green+Blue) = 119+155+221=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #779BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BDD is #886422. Grayscale: #979797. Windows color (decimal): -8938531 or 14523255. OLE color: 14523255.
HSL color Cylindrical-coordinate representation of color #779BDD: hue angle of 218.82º 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 #779BDD is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 155 | 221 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.13 |
| HSL | 218.82º | 0.6% | 0.67% | - |
| HSV(B) | 218.82º | 0.46% | 0.87% | - |
| XYZ | 32.38 | 32.59 | 72.99 | - |
| YUV | 151.76 | 167.07 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 221 | 0.46 | 0.30 | 0 | 0.13 | 218.82 | 0.6 | 0.67 |
| Hex | 77 | 9B | DD | 2E | 1E | 0 | D | DB | 3C | 43 |
| Octal | 167 | 233 | 335 | 56 | 36 | 0 | 15 | 333 | 74 | 103 |
| Binary | 1110111 | 10011011 | 11011101 | 101110 | 11110 | 0 | 1101 | 11011011 | 111100 | 1000011 |
Color Harmonies of #779BDD
Complementary color
Monochromatic Colors of #779BDD
Black with #779BDD
Text Example
Text Example
White with #779BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BDD; }
p { color: rgb(119,155,221); }
H1.HeaderClassName
{
color: #779BDD;
}
.AnyTagClassName
{
color: #779BDD;
}
</style>
background-color css
<style>
a { background-color: #779BDD; }
a { background-color: rgb(119,155,221); }
div.DivClassName
{
background-color: #779BDD;
}
.BgClassName
{
background-color: #779BDD;
}
</style>
border-color css
<style>
span { border-color: #779BDD; }
span { border-color: rgb(119,155,221); }
td.TdClassName
{
border-color: #779BDD;
}
.TagClassName
{
border-color: #779BDD;
}
</style>