Shades of Jordy Blue #779BDA
Tints of Jordy Blue #779BDA
RGB
CMYK
RGB Variations
Color information
#779BDA (or 0x779BDA) is known color: Jordy Blue. HEX triplet: 77, 9B and DA. RGB value is (119,155,218). Sum of RGB (Red+Green+Blue) = 119+155+218=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #779BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BDA is #886425. Grayscale: #979797. Windows color (decimal): -8938534 or 14326647. OLE color: 14326647.
HSL color Cylindrical-coordinate representation of color #779BDA: hue angle of 218.18º degrees, saturation: 0.57, 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 #779BDA is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 155 | 218 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.15 |
| HSL | 218.18º | 0.57% | 0.66% | - |
| HSV(B) | 218.18º | 0.45% | 0.85% | - |
| XYZ | 31.98 | 32.43 | 70.9 | - |
| YUV | 151.42 | 165.57 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 218 | 0.45 | 0.29 | 0 | 0.15 | 218.18 | 0.57 | 0.66 |
| Hex | 77 | 9B | DA | 2D | 1D | 0 | F | DA | 39 | 42 |
| Octal | 167 | 233 | 332 | 55 | 35 | 0 | 17 | 332 | 71 | 102 |
| Binary | 1110111 | 10011011 | 11011010 | 101101 | 11101 | 0 | 1111 | 11011010 | 111001 | 1000010 |
Color Harmonies of #779BDA
Complementary color
Monochromatic Colors of #779BDA
Black with #779BDA
Text Example
Text Example
White with #779BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BDA; }
p { color: rgb(119,155,218); }
H1.HeaderClassName
{
color: #779BDA;
}
.AnyTagClassName
{
color: #779BDA;
}
</style>
background-color css
<style>
a { background-color: #779BDA; }
a { background-color: rgb(119,155,218); }
div.DivClassName
{
background-color: #779BDA;
}
.BgClassName
{
background-color: #779BDA;
}
</style>
border-color css
<style>
span { border-color: #779BDA; }
span { border-color: rgb(119,155,218); }
td.TdClassName
{
border-color: #779BDA;
}
.TagClassName
{
border-color: #779BDA;
}
</style>