Shades of Jordy Blue #779EE5
Tints of Jordy Blue #779EE5
RGB
CMYK
RGB Variations
Color information
#779EE5 (or 0x779EE5) is known color: Jordy Blue. HEX triplet: 77, 9E and E5. RGB value is (119,158,229). Sum of RGB (Red+Green+Blue) = 119+158+229=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #779EE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EE5 is #88611A. Grayscale: #9A9A9A. Windows color (decimal): -8937755 or 15048311. OLE color: 15048311.
HSL color Cylindrical-coordinate representation of color #779EE5: hue angle of 218.73º 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 #779EE5 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 158 | 229 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.10 |
| HSL | 218.73º | 0.68% | 0.68% | - |
| HSV(B) | 218.73º | 0.48% | 0.9% | - |
| XYZ | 33.98 | 34.03 | 78.91 | - |
| YUV | 154.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 229 | 0.48 | 0.31 | 0 | 0.10 | 218.73 | 0.68 | 0.68 |
| Hex | 77 | 9E | E5 | 30 | 1F | 0 | A | DB | 44 | 44 |
| Octal | 167 | 236 | 345 | 60 | 37 | 0 | 12 | 333 | 104 | 104 |
| Binary | 1110111 | 10011110 | 11100101 | 110000 | 11111 | 0 | 1010 | 11011011 | 1000100 | 1000100 |
Color Harmonies of #779EE5
Complementary color
Monochromatic Colors of #779EE5
Black with #779EE5
Text Example
Text Example
White with #779EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779EE5; }
p { color: rgb(119,158,229); }
H1.HeaderClassName
{
color: #779EE5;
}
.AnyTagClassName
{
color: #779EE5;
}
</style>
background-color css
<style>
a { background-color: #779EE5; }
a { background-color: rgb(119,158,229); }
div.DivClassName
{
background-color: #779EE5;
}
.BgClassName
{
background-color: #779EE5;
}
</style>
border-color css
<style>
span { border-color: #779EE5; }
span { border-color: rgb(119,158,229); }
td.TdClassName
{
border-color: #779EE5;
}
.TagClassName
{
border-color: #779EE5;
}
</style>