Shades of Jordy Blue #779CE8
Tints of Jordy Blue #779CE8
RGB
CMYK
RGB Variations
Color information
#779CE8 (or 0x779CE8) is known color: Jordy Blue. HEX triplet: 77, 9C and E8. RGB value is (119,156,232). Sum of RGB (Red+Green+Blue) = 119+156+232=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #779CE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779CE8 is #886317. Grayscale: #999999. Windows color (decimal): -8938264 or 15244407. OLE color: 15244407.
HSL color Cylindrical-coordinate representation of color #779CE8: hue angle of 220.35º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #779CE8 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 156 | 232 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.09 |
| HSL | 220.35º | 0.71% | 0.69% | - |
| HSV(B) | 220.35º | 0.49% | 0.91% | - |
| XYZ | 34.06 | 33.53 | 81.02 | - |
| YUV | 153.6 | 172.24 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 232 | 0.49 | 0.33 | 0 | 0.09 | 220.35 | 0.71 | 0.69 |
| Hex | 77 | 9C | E8 | 31 | 21 | 0 | 9 | DC | 47 | 45 |
| Octal | 167 | 234 | 350 | 61 | 41 | 0 | 11 | 334 | 107 | 105 |
| Binary | 1110111 | 10011100 | 11101000 | 110001 | 100001 | 0 | 1001 | 11011100 | 1000111 | 1000101 |
Color Harmonies of #779CE8
Complementary color
Monochromatic Colors of #779CE8
Black with #779CE8
Text Example
Text Example
White with #779CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779CE8; }
p { color: rgb(119,156,232); }
H1.HeaderClassName
{
color: #779CE8;
}
.AnyTagClassName
{
color: #779CE8;
}
</style>
background-color css
<style>
a { background-color: #779CE8; }
a { background-color: rgb(119,156,232); }
div.DivClassName
{
background-color: #779CE8;
}
.BgClassName
{
background-color: #779CE8;
}
</style>
border-color css
<style>
span { border-color: #779CE8; }
span { border-color: rgb(119,156,232); }
td.TdClassName
{
border-color: #779CE8;
}
.TagClassName
{
border-color: #779CE8;
}
</style>