Shades of Jordy Blue #779DDC
Tints of Jordy Blue #779DDC
RGB
CMYK
RGB Variations
Color information
#779DDC (or 0x779DDC) is known color: Jordy Blue. HEX triplet: 77, 9D and DC. RGB value is (119,157,220). Sum of RGB (Red+Green+Blue) = 119+157+220=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #779DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DDC is #886223. Grayscale: #989898. Windows color (decimal): -8938020 or 14458231. OLE color: 14458231.
HSL color Cylindrical-coordinate representation of color #779DDC: hue angle of 217.43º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #779DDC is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 157 | 220 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.14 |
| HSL | 217.43º | 0.59% | 0.66% | - |
| HSV(B) | 217.43º | 0.46% | 0.86% | - |
| XYZ | 32.58 | 33.2 | 72.4 | - |
| YUV | 152.82 | 165.91 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 220 | 0.46 | 0.29 | 0 | 0.14 | 217.43 | 0.59 | 0.66 |
| Hex | 77 | 9D | DC | 2E | 1D | 0 | E | D9 | 3B | 42 |
| Octal | 167 | 235 | 334 | 56 | 35 | 0 | 16 | 331 | 73 | 102 |
| Binary | 1110111 | 10011101 | 11011100 | 101110 | 11101 | 0 | 1110 | 11011001 | 111011 | 1000010 |
Color Harmonies of #779DDC
Complementary color
Monochromatic Colors of #779DDC
Black with #779DDC
Text Example
Text Example
White with #779DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DDC; }
p { color: rgb(119,157,220); }
H1.HeaderClassName
{
color: #779DDC;
}
.AnyTagClassName
{
color: #779DDC;
}
</style>
background-color css
<style>
a { background-color: #779DDC; }
a { background-color: rgb(119,157,220); }
div.DivClassName
{
background-color: #779DDC;
}
.BgClassName
{
background-color: #779DDC;
}
</style>
border-color css
<style>
span { border-color: #779DDC; }
span { border-color: rgb(119,157,220); }
td.TdClassName
{
border-color: #779DDC;
}
.TagClassName
{
border-color: #779DDC;
}
</style>