Shades of Jordy Blue #779EEB
Tints of Jordy Blue #779EEB
RGB
CMYK
RGB Variations
Color information
#779EEB (or 0x779EEB) is known color: Jordy Blue. HEX triplet: 77, 9E and EB. RGB value is (119,158,235). Sum of RGB (Red+Green+Blue) = 119+158+235=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #779EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779EEB is #886114. Grayscale: #9A9A9A. Windows color (decimal): -8937749 or 15441527. OLE color: 15441527.
HSL color Cylindrical-coordinate representation of color #779EEB: hue angle of 219.83º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #779EEB is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 158 | 235 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.08 |
| HSL | 219.83º | 0.74% | 0.69% | - |
| HSV(B) | 219.83º | 0.49% | 0.92% | - |
| XYZ | 34.83 | 34.37 | 83.4 | - |
| YUV | 155.12 | 173.08 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 235 | 0.49 | 0.33 | 0 | 0.08 | 219.83 | 0.74 | 0.69 |
| Hex | 77 | 9E | EB | 31 | 21 | 0 | 8 | DC | 4A | 45 |
| Octal | 167 | 236 | 353 | 61 | 41 | 0 | 10 | 334 | 112 | 105 |
| Binary | 1110111 | 10011110 | 11101011 | 110001 | 100001 | 0 | 1000 | 11011100 | 1001010 | 1000101 |
Color Harmonies of #779EEB
Complementary color
Monochromatic Colors of #779EEB
Black with #779EEB
Text Example
Text Example
White with #779EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779EEB; }
p { color: rgb(119,158,235); }
H1.HeaderClassName
{
color: #779EEB;
}
.AnyTagClassName
{
color: #779EEB;
}
</style>
background-color css
<style>
a { background-color: #779EEB; }
a { background-color: rgb(119,158,235); }
div.DivClassName
{
background-color: #779EEB;
}
.BgClassName
{
background-color: #779EEB;
}
</style>
border-color css
<style>
span { border-color: #779EEB; }
span { border-color: rgb(119,158,235); }
td.TdClassName
{
border-color: #779EEB;
}
.TagClassName
{
border-color: #779EEB;
}
</style>