Shades of Jordy Blue #779BD8
Tints of Jordy Blue #779BD8
RGB
CMYK
RGB Variations
Color information
#779BD8 (or 0x779BD8) is known color: Jordy Blue. HEX triplet: 77, 9B and D8. RGB value is (119,155,216). Sum of RGB (Red+Green+Blue) = 119+155+216=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #779BD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BD8 is #886427. Grayscale: #969696. Windows color (decimal): -8938536 or 14195575. OLE color: 14195575.
HSL color Cylindrical-coordinate representation of color #779BD8: hue angle of 217.73º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #779BD8 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 155 | 216 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.15 |
| HSL | 217.73º | 0.55% | 0.66% | - |
| HSV(B) | 217.73º | 0.45% | 0.85% | - |
| XYZ | 31.72 | 32.32 | 69.53 | - |
| YUV | 151.19 | 164.57 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 216 | 0.45 | 0.28 | 0 | 0.15 | 217.73 | 0.55 | 0.66 |
| Hex | 77 | 9B | D8 | 2D | 1C | 0 | F | DA | 37 | 42 |
| Octal | 167 | 233 | 330 | 55 | 34 | 0 | 17 | 332 | 67 | 102 |
| Binary | 1110111 | 10011011 | 11011000 | 101101 | 11100 | 0 | 1111 | 11011010 | 110111 | 1000010 |
Color Harmonies of #779BD8
Complementary color
Monochromatic Colors of #779BD8
Black with #779BD8
Text Example
Text Example
White with #779BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BD8; }
p { color: rgb(119,155,216); }
H1.HeaderClassName
{
color: #779BD8;
}
.AnyTagClassName
{
color: #779BD8;
}
</style>
background-color css
<style>
a { background-color: #779BD8; }
a { background-color: rgb(119,155,216); }
div.DivClassName
{
background-color: #779BD8;
}
.BgClassName
{
background-color: #779BD8;
}
</style>
border-color css
<style>
span { border-color: #779BD8; }
span { border-color: rgb(119,155,216); }
td.TdClassName
{
border-color: #779BD8;
}
.TagClassName
{
border-color: #779BD8;
}
</style>