Shades of Jordy Blue #779FE3
Tints of Jordy Blue #779FE3
RGB
CMYK
RGB Variations
Color information
#779FE3 (or 0x779FE3) is known color: Jordy Blue. HEX triplet: 77, 9F and E3. RGB value is (119,159,227). Sum of RGB (Red+Green+Blue) = 119+159+227=505 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.56% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 227 - color contains mainly: blue. Hex color #779FE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FE3 is #88601C. Grayscale: #9A9A9A. Windows color (decimal): -8937501 or 14917495. OLE color: 14917495.
HSL color Cylindrical-coordinate representation of color #779FE3: hue angle of 217.78º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #779FE3 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 159 | 227 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.11 |
| HSL | 217.78º | 0.66% | 0.68% | - |
| HSV(B) | 217.78º | 0.48% | 0.89% | - |
| XYZ | 33.87 | 34.26 | 77.5 | - |
| YUV | 154.79 | 168.75 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 227 | 0.48 | 0.30 | 0 | 0.11 | 217.78 | 0.66 | 0.68 |
| Hex | 77 | 9F | E3 | 30 | 1E | 0 | B | DA | 42 | 44 |
| Octal | 167 | 237 | 343 | 60 | 36 | 0 | 13 | 332 | 102 | 104 |
| Binary | 1110111 | 10011111 | 11100011 | 110000 | 11110 | 0 | 1011 | 11011010 | 1000010 | 1000100 |
Color Harmonies of #779FE3
Complementary color
Monochromatic Colors of #779FE3
Black with #779FE3
Text Example
Text Example
White with #779FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779FE3; }
p { color: rgb(119,159,227); }
H1.HeaderClassName
{
color: #779FE3;
}
.AnyTagClassName
{
color: #779FE3;
}
</style>
background-color css
<style>
a { background-color: #779FE3; }
a { background-color: rgb(119,159,227); }
div.DivClassName
{
background-color: #779FE3;
}
.BgClassName
{
background-color: #779FE3;
}
</style>
border-color css
<style>
span { border-color: #779FE3; }
span { border-color: rgb(119,159,227); }
td.TdClassName
{
border-color: #779FE3;
}
.TagClassName
{
border-color: #779FE3;
}
</style>