Shades of Jordy Blue #779FEB
Tints of Jordy Blue #779FEB
RGB
CMYK
RGB Variations
Color information
#779FEB (or 0x779FEB) is known color: Jordy Blue. HEX triplet: 77, 9F and EB. RGB value is (119,159,235). Sum of RGB (Red+Green+Blue) = 119+159+235=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #779FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779FEB is #886014. Grayscale: #9B9B9B. Windows color (decimal): -8937493 or 15441783. OLE color: 15441783.
HSL color Cylindrical-coordinate representation of color #779FEB: hue angle of 219.31º degrees, saturation: 0.74, 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 #779FEB is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 159 | 235 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.08 |
| HSL | 219.31º | 0.74% | 0.69% | - |
| HSV(B) | 219.31º | 0.49% | 0.92% | - |
| XYZ | 35 | 34.72 | 83.45 | - |
| YUV | 155.7 | 172.75 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 235 | 0.49 | 0.32 | 0 | 0.08 | 219.31 | 0.74 | 0.69 |
| Hex | 77 | 9F | EB | 31 | 20 | 0 | 8 | DB | 4A | 45 |
| Octal | 167 | 237 | 353 | 61 | 40 | 0 | 10 | 333 | 112 | 105 |
| Binary | 1110111 | 10011111 | 11101011 | 110001 | 100000 | 0 | 1000 | 11011011 | 1001010 | 1000101 |
Color Harmonies of #779FEB
Complementary color
Monochromatic Colors of #779FEB
Black with #779FEB
Text Example
Text Example
White with #779FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779FEB; }
p { color: rgb(119,159,235); }
H1.HeaderClassName
{
color: #779FEB;
}
.AnyTagClassName
{
color: #779FEB;
}
</style>
background-color css
<style>
a { background-color: #779FEB; }
a { background-color: rgb(119,159,235); }
div.DivClassName
{
background-color: #779FEB;
}
.BgClassName
{
background-color: #779FEB;
}
</style>
border-color css
<style>
span { border-color: #779FEB; }
span { border-color: rgb(119,159,235); }
td.TdClassName
{
border-color: #779FEB;
}
.TagClassName
{
border-color: #779FEB;
}
</style>