Shades of Jordy Blue #779DD5
Tints of Jordy Blue #779DD5
RGB
CMYK
RGB Variations
Color information
#779DD5 (or 0x779DD5) is known color: Jordy Blue. HEX triplet: 77, 9D and D5. RGB value is (119,157,213). Sum of RGB (Red+Green+Blue) = 119+157+213=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #779DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DD5 is #88622A. Grayscale: #979797. Windows color (decimal): -8938027 or 13999479. OLE color: 13999479.
HSL color Cylindrical-coordinate representation of color #779DD5: hue angle of 215.74º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #779DD5 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 157 | 213 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.16 |
| HSL | 215.74º | 0.53% | 0.65% | - |
| HSV(B) | 215.74º | 0.44% | 0.84% | - |
| XYZ | 31.67 | 32.84 | 67.62 | - |
| YUV | 152.02 | 162.41 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 213 | 0.44 | 0.26 | 0 | 0.16 | 215.74 | 0.53 | 0.65 |
| Hex | 77 | 9D | D5 | 2C | 1A | 0 | 10 | D8 | 35 | 41 |
| Octal | 167 | 235 | 325 | 54 | 32 | 0 | 20 | 330 | 65 | 101 |
| Binary | 1110111 | 10011101 | 11010101 | 101100 | 11010 | 0 | 10000 | 11011000 | 110101 | 1000001 |
Color Harmonies of #779DD5
Complementary color
Monochromatic Colors of #779DD5
Black with #779DD5
Text Example
Text Example
White with #779DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DD5; }
p { color: rgb(119,157,213); }
H1.HeaderClassName
{
color: #779DD5;
}
.AnyTagClassName
{
color: #779DD5;
}
</style>
background-color css
<style>
a { background-color: #779DD5; }
a { background-color: rgb(119,157,213); }
div.DivClassName
{
background-color: #779DD5;
}
.BgClassName
{
background-color: #779DD5;
}
</style>
border-color css
<style>
span { border-color: #779DD5; }
span { border-color: rgb(119,157,213); }
td.TdClassName
{
border-color: #779DD5;
}
.TagClassName
{
border-color: #779DD5;
}
</style>