Shades of Jordy Blue #779CDA
Tints of Jordy Blue #779CDA
RGB
CMYK
RGB Variations
Color information
#779CDA (or 0x779CDA) is known color: Jordy Blue. HEX triplet: 77, 9C and DA. RGB value is (119,156,218). Sum of RGB (Red+Green+Blue) = 119+156+218=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #779CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CDA is #886325. Grayscale: #979797. Windows color (decimal): -8938278 or 14326903. OLE color: 14326903.
HSL color Cylindrical-coordinate representation of color #779CDA: hue angle of 217.58º 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 #779CDA is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 156 | 218 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.15 |
| HSL | 217.58º | 0.57% | 0.66% | - |
| HSV(B) | 217.58º | 0.45% | 0.85% | - |
| XYZ | 32.15 | 32.76 | 70.96 | - |
| YUV | 152.01 | 165.24 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 218 | 0.45 | 0.28 | 0 | 0.15 | 217.58 | 0.57 | 0.66 |
| Hex | 77 | 9C | DA | 2D | 1C | 0 | F | DA | 39 | 42 |
| Octal | 167 | 234 | 332 | 55 | 34 | 0 | 17 | 332 | 71 | 102 |
| Binary | 1110111 | 10011100 | 11011010 | 101101 | 11100 | 0 | 1111 | 11011010 | 111001 | 1000010 |
Color Harmonies of #779CDA
Complementary color
Monochromatic Colors of #779CDA
Black with #779CDA
Text Example
Text Example
White with #779CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779CDA; }
p { color: rgb(119,156,218); }
H1.HeaderClassName
{
color: #779CDA;
}
.AnyTagClassName
{
color: #779CDA;
}
</style>
background-color css
<style>
a { background-color: #779CDA; }
a { background-color: rgb(119,156,218); }
div.DivClassName
{
background-color: #779CDA;
}
.BgClassName
{
background-color: #779CDA;
}
</style>
border-color css
<style>
span { border-color: #779CDA; }
span { border-color: rgb(119,156,218); }
td.TdClassName
{
border-color: #779CDA;
}
.TagClassName
{
border-color: #779CDA;
}
</style>