Shades of Jordy Blue #779AE5
Tints of Jordy Blue #779AE5
RGB
CMYK
RGB Variations
Color information
#779AE5 (or 0x779AE5) is known color: Jordy Blue. HEX triplet: 77, 9A and E5. RGB value is (119,154,229). Sum of RGB (Red+Green+Blue) = 119+154+229=502 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.71% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #779AE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779AE5 is #88651A. Grayscale: #979797. Windows color (decimal): -8938779 or 15047287. OLE color: 15047287.
HSL color Cylindrical-coordinate representation of color #779AE5: hue angle of 220.91º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #779AE5 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 154 | 229 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.10 |
| HSL | 220.91º | 0.68% | 0.68% | - |
| HSV(B) | 220.91º | 0.48% | 0.9% | - |
| XYZ | 33.31 | 32.69 | 78.68 | - |
| YUV | 152.09 | 171.4 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 229 | 0.48 | 0.33 | 0 | 0.10 | 220.91 | 0.68 | 0.68 |
| Hex | 77 | 9A | E5 | 30 | 21 | 0 | A | DD | 44 | 44 |
| Octal | 167 | 232 | 345 | 60 | 41 | 0 | 12 | 335 | 104 | 104 |
| Binary | 1110111 | 10011010 | 11100101 | 110000 | 100001 | 0 | 1010 | 11011101 | 1000100 | 1000100 |
Color Harmonies of #779AE5
Complementary color
Monochromatic Colors of #779AE5
Black with #779AE5
Text Example
Text Example
White with #779AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779AE5; }
p { color: rgb(119,154,229); }
H1.HeaderClassName
{
color: #779AE5;
}
.AnyTagClassName
{
color: #779AE5;
}
</style>
background-color css
<style>
a { background-color: #779AE5; }
a { background-color: rgb(119,154,229); }
div.DivClassName
{
background-color: #779AE5;
}
.BgClassName
{
background-color: #779AE5;
}
</style>
border-color css
<style>
span { border-color: #779AE5; }
span { border-color: rgb(119,154,229); }
td.TdClassName
{
border-color: #779AE5;
}
.TagClassName
{
border-color: #779AE5;
}
</style>