Shades of Jordy Blue #779BE6
Tints of Jordy Blue #779BE6
RGB
CMYK
RGB Variations
Color information
#779BE6 (or 0x779BE6) is known color: Jordy Blue. HEX triplet: 77, 9B and E6. RGB value is (119,155,230). Sum of RGB (Red+Green+Blue) = 119+155+230=504 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.61% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #779BE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779BE6 is #886419. Grayscale: #989898. Windows color (decimal): -8938522 or 15113079. OLE color: 15113079.
HSL color Cylindrical-coordinate representation of color #779BE6: hue angle of 220.54º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #779BE6 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 155 | 230 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.10 |
| HSL | 220.54º | 0.69% | 0.68% | - |
| HSV(B) | 220.54º | 0.48% | 0.9% | - |
| XYZ | 33.61 | 33.08 | 79.48 | - |
| YUV | 152.79 | 171.57 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 230 | 0.48 | 0.33 | 0 | 0.10 | 220.54 | 0.69 | 0.68 |
| Hex | 77 | 9B | E6 | 30 | 21 | 0 | A | DD | 45 | 44 |
| Octal | 167 | 233 | 346 | 60 | 41 | 0 | 12 | 335 | 105 | 104 |
| Binary | 1110111 | 10011011 | 11100110 | 110000 | 100001 | 0 | 1010 | 11011101 | 1000101 | 1000100 |
Color Harmonies of #779BE6
Complementary color
Monochromatic Colors of #779BE6
Black with #779BE6
Text Example
Text Example
White with #779BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BE6; }
p { color: rgb(119,155,230); }
H1.HeaderClassName
{
color: #779BE6;
}
.AnyTagClassName
{
color: #779BE6;
}
</style>
background-color css
<style>
a { background-color: #779BE6; }
a { background-color: rgb(119,155,230); }
div.DivClassName
{
background-color: #779BE6;
}
.BgClassName
{
background-color: #779BE6;
}
</style>
border-color css
<style>
span { border-color: #779BE6; }
span { border-color: rgb(119,155,230); }
td.TdClassName
{
border-color: #779BE6;
}
.TagClassName
{
border-color: #779BE6;
}
</style>