Shades of Jordy Blue #779AD1
Tints of Jordy Blue #779AD1
RGB
CMYK
RGB Variations
Color information
#779AD1 (or 0x779AD1) is known color: Jordy Blue. HEX triplet: 77, 9A and D1. RGB value is (119,154,209). Sum of RGB (Red+Green+Blue) = 119+154+209=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #779AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779AD1 is #88652E. Grayscale: #959595. Windows color (decimal): -8938799 or 13736567. OLE color: 13736567.
HSL color Cylindrical-coordinate representation of color #779AD1: hue angle of 216.67º 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 #779AD1 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 154 | 209 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.18 |
| HSL | 216.67º | 0.49% | 0.64% | - |
| HSV(B) | 216.67º | 0.43% | 0.82% | - |
| XYZ | 30.67 | 31.64 | 64.81 | - |
| YUV | 149.81 | 161.4 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 209 | 0.43 | 0.26 | 0 | 0.18 | 216.67 | 0.49 | 0.64 |
| Hex | 77 | 9A | D1 | 2B | 1A | 0 | 12 | D9 | 31 | 40 |
| Octal | 167 | 232 | 321 | 53 | 32 | 0 | 22 | 331 | 61 | 100 |
| Binary | 1110111 | 10011010 | 11010001 | 101011 | 11010 | 0 | 10010 | 11011001 | 110001 | 1000000 |
Color Harmonies of #779AD1
Complementary color
Monochromatic Colors of #779AD1
Black with #779AD1
Text Example
Text Example
White with #779AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779AD1; }
p { color: rgb(119,154,209); }
H1.HeaderClassName
{
color: #779AD1;
}
.AnyTagClassName
{
color: #779AD1;
}
</style>
background-color css
<style>
a { background-color: #779AD1; }
a { background-color: rgb(119,154,209); }
div.DivClassName
{
background-color: #779AD1;
}
.BgClassName
{
background-color: #779AD1;
}
</style>
border-color css
<style>
span { border-color: #779AD1; }
span { border-color: rgb(119,154,209); }
td.TdClassName
{
border-color: #779AD1;
}
.TagClassName
{
border-color: #779AD1;
}
</style>