Shades of Jordy Blue #779DEA
Tints of Jordy Blue #779DEA
RGB
CMYK
RGB Variations
Color information
#779DEA (or 0x779DEA) is known color: Jordy Blue. HEX triplet: 77, 9D and EA. RGB value is (119,157,234). Sum of RGB (Red+Green+Blue) = 119+157+234=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #779DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779DEA is #886215. Grayscale: #9A9A9A. Windows color (decimal): -8938006 or 15375735. OLE color: 15375735.
HSL color Cylindrical-coordinate representation of color #779DEA: hue angle of 220.17º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #779DEA is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 157 | 234 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.08 |
| HSL | 220.17º | 0.73% | 0.69% | - |
| HSV(B) | 220.17º | 0.49% | 0.92% | - |
| XYZ | 34.52 | 33.98 | 82.58 | - |
| YUV | 154.42 | 172.91 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 234 | 0.49 | 0.33 | 0 | 0.08 | 220.17 | 0.73 | 0.69 |
| Hex | 77 | 9D | EA | 31 | 21 | 0 | 8 | DC | 49 | 45 |
| Octal | 167 | 235 | 352 | 61 | 41 | 0 | 10 | 334 | 111 | 105 |
| Binary | 1110111 | 10011101 | 11101010 | 110001 | 100001 | 0 | 1000 | 11011100 | 1001001 | 1000101 |
Color Harmonies of #779DEA
Complementary color
Monochromatic Colors of #779DEA
Black with #779DEA
Text Example
Text Example
White with #779DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DEA; }
p { color: rgb(119,157,234); }
H1.HeaderClassName
{
color: #779DEA;
}
.AnyTagClassName
{
color: #779DEA;
}
</style>
background-color css
<style>
a { background-color: #779DEA; }
a { background-color: rgb(119,157,234); }
div.DivClassName
{
background-color: #779DEA;
}
.BgClassName
{
background-color: #779DEA;
}
</style>
border-color css
<style>
span { border-color: #779DEA; }
span { border-color: rgb(119,157,234); }
td.TdClassName
{
border-color: #779DEA;
}
.TagClassName
{
border-color: #779DEA;
}
</style>