Shades of Jordy Blue #779FEE
Tints of Jordy Blue #779FEE
RGB
CMYK
RGB Variations
Color information
#779FEE (or 0x779FEE) is known color: Jordy Blue. HEX triplet: 77, 9F and EE. RGB value is (119,159,238). Sum of RGB (Red+Green+Blue) = 119+159+238=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #779FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779FEE is #886011. Grayscale: #9B9B9B. Windows color (decimal): -8937490 or 15638391. OLE color: 15638391.
HSL color Cylindrical-coordinate representation of color #779FEE: hue angle of 219.83º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #779FEE is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 159 | 238 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.07 |
| HSL | 219.83º | 0.78% | 0.7% | - |
| HSV(B) | 219.83º | 0.5% | 0.93% | - |
| XYZ | 35.44 | 34.89 | 85.76 | - |
| YUV | 156.05 | 174.25 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 238 | 0.50 | 0.33 | 0 | 0.07 | 219.83 | 0.78 | 0.7 |
| Hex | 77 | 9F | EE | 32 | 21 | 0 | 7 | DC | 4E | 46 |
| Octal | 167 | 237 | 356 | 62 | 41 | 0 | 7 | 334 | 116 | 106 |
| Binary | 1110111 | 10011111 | 11101110 | 110010 | 100001 | 0 | 111 | 11011100 | 1001110 | 1000110 |
Color Harmonies of #779FEE
Complementary color
Monochromatic Colors of #779FEE
Black with #779FEE
Text Example
Text Example
White with #779FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779FEE; }
p { color: rgb(119,159,238); }
H1.HeaderClassName
{
color: #779FEE;
}
.AnyTagClassName
{
color: #779FEE;
}
</style>
background-color css
<style>
a { background-color: #779FEE; }
a { background-color: rgb(119,159,238); }
div.DivClassName
{
background-color: #779FEE;
}
.BgClassName
{
background-color: #779FEE;
}
</style>
border-color css
<style>
span { border-color: #779FEE; }
span { border-color: rgb(119,159,238); }
td.TdClassName
{
border-color: #779FEE;
}
.TagClassName
{
border-color: #779FEE;
}
</style>