Shades of Jordy Blue #77A7F4
Tints of Jordy Blue #77A7F4
RGB
CMYK
RGB Variations
Color information
#77A7F4 (or 0x77A7F4) is known color: Jordy Blue. HEX triplet: 77, A7 and F4. RGB value is (119,167,244). Sum of RGB (Red+Green+Blue) = 119+167+244=530 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.45% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 244 - color contains mainly: blue. Hex color #77A7F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A7F4 is #88580B. Grayscale: #A1A1A1. Windows color (decimal): -8935436 or 16033655. OLE color: 16033655.
HSL color Cylindrical-coordinate representation of color #77A7F4: hue angle of 216.96º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77A7F4 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 167 | 244 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.04 |
| HSL | 216.96º | 0.85% | 0.71% | - |
| HSV(B) | 216.96º | 0.51% | 0.96% | - |
| XYZ | 37.76 | 38.09 | 90.95 | - |
| YUV | 161.43 | 174.6 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 167 | 244 | 0.51 | 0.32 | 0 | 0.04 | 216.96 | 0.85 | 0.71 |
| Hex | 77 | A7 | F4 | 33 | 20 | 0 | 4 | D9 | 55 | 47 |
| Octal | 167 | 247 | 364 | 63 | 40 | 0 | 4 | 331 | 125 | 107 |
| Binary | 1110111 | 10100111 | 11110100 | 110011 | 100000 | 0 | 100 | 11011001 | 1010101 | 1000111 |
Color Harmonies of #77A7F4
Complementary color
Monochromatic Colors of #77A7F4
Black with #77A7F4
Text Example
Text Example
White with #77A7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A7F4; }
p { color: rgb(119,167,244); }
H1.HeaderClassName
{
color: #77A7F4;
}
.AnyTagClassName
{
color: #77A7F4;
}
</style>
background-color css
<style>
a { background-color: #77A7F4; }
a { background-color: rgb(119,167,244); }
div.DivClassName
{
background-color: #77A7F4;
}
.BgClassName
{
background-color: #77A7F4;
}
</style>
border-color css
<style>
span { border-color: #77A7F4; }
span { border-color: rgb(119,167,244); }
td.TdClassName
{
border-color: #77A7F4;
}
.TagClassName
{
border-color: #77A7F4;
}
</style>