Shades of Jordy Blue #779AD4
Tints of Jordy Blue #779AD4
RGB
CMYK
RGB Variations
Color information
#779AD4 (or 0x779AD4) is known color: Jordy Blue. HEX triplet: 77, 9A and D4. RGB value is (119,154,212). Sum of RGB (Red+Green+Blue) = 119+154+212=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 212 - color contains mainly: blue. Hex color #779AD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779AD4 is #88652B. Grayscale: #959595. Windows color (decimal): -8938796 or 13933175. OLE color: 13933175.
HSL color Cylindrical-coordinate representation of color #779AD4: hue angle of 217.42º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #779AD4 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 154 | 212 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.17 |
| HSL | 217.42º | 0.52% | 0.65% | - |
| HSV(B) | 217.42º | 0.44% | 0.83% | - |
| XYZ | 31.05 | 31.79 | 66.79 | - |
| YUV | 150.15 | 162.9 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 212 | 0.44 | 0.27 | 0 | 0.17 | 217.42 | 0.52 | 0.65 |
| Hex | 77 | 9A | D4 | 2C | 1B | 0 | 11 | D9 | 34 | 41 |
| Octal | 167 | 232 | 324 | 54 | 33 | 0 | 21 | 331 | 64 | 101 |
| Binary | 1110111 | 10011010 | 11010100 | 101100 | 11011 | 0 | 10001 | 11011001 | 110100 | 1000001 |
Color Harmonies of #779AD4
Complementary color
Monochromatic Colors of #779AD4
Black with #779AD4
Text Example
Text Example
White with #779AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779AD4; }
p { color: rgb(119,154,212); }
H1.HeaderClassName
{
color: #779AD4;
}
.AnyTagClassName
{
color: #779AD4;
}
</style>
background-color css
<style>
a { background-color: #779AD4; }
a { background-color: rgb(119,154,212); }
div.DivClassName
{
background-color: #779AD4;
}
.BgClassName
{
background-color: #779AD4;
}
</style>
border-color css
<style>
span { border-color: #779AD4; }
span { border-color: rgb(119,154,212); }
td.TdClassName
{
border-color: #779AD4;
}
.TagClassName
{
border-color: #779AD4;
}
</style>