Shades of Jordy Blue #779BE4
Tints of Jordy Blue #779BE4
RGB
CMYK
RGB Variations
Color information
#779BE4 (or 0x779BE4) is known color: Jordy Blue. HEX triplet: 77, 9B and E4. RGB value is (119,155,228). Sum of RGB (Red+Green+Blue) = 119+155+228=502 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.71% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 228 - color contains mainly: blue. Hex color #779BE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BE4 is #88641B. Grayscale: #989898. Windows color (decimal): -8938524 or 14982007. OLE color: 14982007.
HSL color Cylindrical-coordinate representation of color #779BE4: hue angle of 220.18º degrees, saturation: 0.67, 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 #779BE4 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 155 | 228 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.11 |
| HSL | 220.18º | 0.67% | 0.68% | - |
| HSV(B) | 220.18º | 0.48% | 0.89% | - |
| XYZ | 33.33 | 32.97 | 78.01 | - |
| YUV | 152.56 | 170.57 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 228 | 0.48 | 0.32 | 0 | 0.11 | 220.18 | 0.67 | 0.68 |
| Hex | 77 | 9B | E4 | 30 | 20 | 0 | B | DC | 43 | 44 |
| Octal | 167 | 233 | 344 | 60 | 40 | 0 | 13 | 334 | 103 | 104 |
| Binary | 1110111 | 10011011 | 11100100 | 110000 | 100000 | 0 | 1011 | 11011100 | 1000011 | 1000100 |
Color Harmonies of #779BE4
Complementary color
Monochromatic Colors of #779BE4
Black with #779BE4
Text Example
Text Example
White with #779BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BE4; }
p { color: rgb(119,155,228); }
H1.HeaderClassName
{
color: #779BE4;
}
.AnyTagClassName
{
color: #779BE4;
}
</style>
background-color css
<style>
a { background-color: #779BE4; }
a { background-color: rgb(119,155,228); }
div.DivClassName
{
background-color: #779BE4;
}
.BgClassName
{
background-color: #779BE4;
}
</style>
border-color css
<style>
span { border-color: #779BE4; }
span { border-color: rgb(119,155,228); }
td.TdClassName
{
border-color: #779BE4;
}
.TagClassName
{
border-color: #779BE4;
}
</style>