Shades of Jordy Blue #779AE2
Tints of Jordy Blue #779AE2
RGB
CMYK
RGB Variations
Color information
#779AE2 (or 0x779AE2) is known color: Jordy Blue. HEX triplet: 77, 9A and E2. RGB value is (119,154,226). Sum of RGB (Red+Green+Blue) = 119+154+226=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 226 (88.67% from 255 or 45.29% from 499); Max value from RGB is 226 - color contains mainly: blue. Hex color #779AE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779AE2 is #88651D. Grayscale: #979797. Windows color (decimal): -8938782 or 14850679. OLE color: 14850679.
HSL color Cylindrical-coordinate representation of color #779AE2: hue angle of 220.37º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #779AE2 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 154 | 226 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.11 |
| HSL | 220.37º | 0.65% | 0.68% | - |
| HSV(B) | 220.37º | 0.47% | 0.89% | - |
| XYZ | 32.89 | 32.52 | 76.5 | - |
| YUV | 151.74 | 169.9 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 226 | 0.47 | 0.32 | 0 | 0.11 | 220.37 | 0.65 | 0.68 |
| Hex | 77 | 9A | E2 | 2F | 20 | 0 | B | DC | 41 | 44 |
| Octal | 167 | 232 | 342 | 57 | 40 | 0 | 13 | 334 | 101 | 104 |
| Binary | 1110111 | 10011010 | 11100010 | 101111 | 100000 | 0 | 1011 | 11011100 | 1000001 | 1000100 |
Color Harmonies of #779AE2
Complementary color
Monochromatic Colors of #779AE2
Black with #779AE2
Text Example
Text Example
White with #779AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779AE2; }
p { color: rgb(119,154,226); }
H1.HeaderClassName
{
color: #779AE2;
}
.AnyTagClassName
{
color: #779AE2;
}
</style>
background-color css
<style>
a { background-color: #779AE2; }
a { background-color: rgb(119,154,226); }
div.DivClassName
{
background-color: #779AE2;
}
.BgClassName
{
background-color: #779AE2;
}
</style>
border-color css
<style>
span { border-color: #779AE2; }
span { border-color: rgb(119,154,226); }
td.TdClassName
{
border-color: #779AE2;
}
.TagClassName
{
border-color: #779AE2;
}
</style>