Shades of Jordy Blue #779FD0
Tints of Jordy Blue #779FD0
RGB
CMYK
RGB Variations
Color information
#779FD0 (or 0x779FD0) is known color: Jordy Blue. HEX triplet: 77, 9F and D0. RGB value is (119,159,208). Sum of RGB (Red+Green+Blue) = 119+159+208=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #779FD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FD0 is #88602F. Grayscale: #989898. Windows color (decimal): -8937520 or 13672311. OLE color: 13672311.
HSL color Cylindrical-coordinate representation of color #779FD0: hue angle of 213.03º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #779FD0 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 159 | 208 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.18 |
| HSL | 213.03º | 0.49% | 0.64% | - |
| HSV(B) | 213.03º | 0.43% | 0.82% | - |
| XYZ | 31.39 | 33.27 | 64.44 | - |
| YUV | 152.63 | 159.25 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 208 | 0.43 | 0.24 | 0 | 0.18 | 213.03 | 0.49 | 0.64 |
| Hex | 77 | 9F | D0 | 2B | 18 | 0 | 12 | D5 | 31 | 40 |
| Octal | 167 | 237 | 320 | 53 | 30 | 0 | 22 | 325 | 61 | 100 |
| Binary | 1110111 | 10011111 | 11010000 | 101011 | 11000 | 0 | 10010 | 11010101 | 110001 | 1000000 |
Color Harmonies of #779FD0
Complementary color
Monochromatic Colors of #779FD0
Black with #779FD0
Text Example
Text Example
White with #779FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779FD0; }
p { color: rgb(119,159,208); }
H1.HeaderClassName
{
color: #779FD0;
}
.AnyTagClassName
{
color: #779FD0;
}
</style>
background-color css
<style>
a { background-color: #779FD0; }
a { background-color: rgb(119,159,208); }
div.DivClassName
{
background-color: #779FD0;
}
.BgClassName
{
background-color: #779FD0;
}
</style>
border-color css
<style>
span { border-color: #779FD0; }
span { border-color: rgb(119,159,208); }
td.TdClassName
{
border-color: #779FD0;
}
.TagClassName
{
border-color: #779FD0;
}
</style>