Shades of Jordy Blue #779ADE
Tints of Jordy Blue #779ADE
RGB
CMYK
RGB Variations
Color information
#779ADE (or 0x779ADE) is known color: Jordy Blue. HEX triplet: 77, 9A and DE. RGB value is (119,154,222). Sum of RGB (Red+Green+Blue) = 119+154+222=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #779ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ADE is #886521. Grayscale: #969696. Windows color (decimal): -8938786 or 14588535. OLE color: 14588535.
HSL color Cylindrical-coordinate representation of color #779ADE: hue angle of 219.61º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #779ADE is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 154 | 222 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.13 |
| HSL | 219.61º | 0.61% | 0.67% | - |
| HSV(B) | 219.61º | 0.46% | 0.87% | - |
| XYZ | 32.35 | 32.31 | 73.64 | - |
| YUV | 151.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 222 | 0.46 | 0.31 | 0 | 0.13 | 219.61 | 0.61 | 0.67 |
| Hex | 77 | 9A | DE | 2E | 1F | 0 | D | DC | 3D | 43 |
| Octal | 167 | 232 | 336 | 56 | 37 | 0 | 15 | 334 | 75 | 103 |
| Binary | 1110111 | 10011010 | 11011110 | 101110 | 11111 | 0 | 1101 | 11011100 | 111101 | 1000011 |
Color Harmonies of #779ADE
Complementary color
Monochromatic Colors of #779ADE
Black with #779ADE
Text Example
Text Example
White with #779ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779ADE; }
p { color: rgb(119,154,222); }
H1.HeaderClassName
{
color: #779ADE;
}
.AnyTagClassName
{
color: #779ADE;
}
</style>
background-color css
<style>
a { background-color: #779ADE; }
a { background-color: rgb(119,154,222); }
div.DivClassName
{
background-color: #779ADE;
}
.BgClassName
{
background-color: #779ADE;
}
</style>
border-color css
<style>
span { border-color: #779ADE; }
span { border-color: rgb(119,154,222); }
td.TdClassName
{
border-color: #779ADE;
}
.TagClassName
{
border-color: #779ADE;
}
</style>