Shades of Jordy Blue #779CDB
Tints of Jordy Blue #779CDB
RGB
CMYK
RGB Variations
Color information
#779CDB (or 0x779CDB) is known color: Jordy Blue. HEX triplet: 77, 9C and DB. RGB value is (119,156,219). Sum of RGB (Red+Green+Blue) = 119+156+219=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #779CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CDB is #886324. Grayscale: #979797. Windows color (decimal): -8938277 or 14392439. OLE color: 14392439.
HSL color Cylindrical-coordinate representation of color #779CDB: hue angle of 217.8º degrees, saturation: 0.58, 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 #779CDB is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 156 | 219 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.14 |
| HSL | 217.8º | 0.58% | 0.66% | - |
| HSV(B) | 217.8º | 0.46% | 0.86% | - |
| XYZ | 32.28 | 32.81 | 71.65 | - |
| YUV | 152.12 | 165.74 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 219 | 0.46 | 0.29 | 0 | 0.14 | 217.8 | 0.58 | 0.66 |
| Hex | 77 | 9C | DB | 2E | 1D | 0 | E | DA | 3A | 42 |
| Octal | 167 | 234 | 333 | 56 | 35 | 0 | 16 | 332 | 72 | 102 |
| Binary | 1110111 | 10011100 | 11011011 | 101110 | 11101 | 0 | 1110 | 11011010 | 111010 | 1000010 |
Color Harmonies of #779CDB
Complementary color
Monochromatic Colors of #779CDB
Black with #779CDB
Text Example
Text Example
White with #779CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779CDB; }
p { color: rgb(119,156,219); }
H1.HeaderClassName
{
color: #779CDB;
}
.AnyTagClassName
{
color: #779CDB;
}
</style>
background-color css
<style>
a { background-color: #779CDB; }
a { background-color: rgb(119,156,219); }
div.DivClassName
{
background-color: #779CDB;
}
.BgClassName
{
background-color: #779CDB;
}
</style>
border-color css
<style>
span { border-color: #779CDB; }
span { border-color: rgb(119,156,219); }
td.TdClassName
{
border-color: #779CDB;
}
.TagClassName
{
border-color: #779CDB;
}
</style>