Shades of Jordy Blue #77A4DA
Tints of Jordy Blue #77A4DA
RGB
CMYK
RGB Variations
Color information
#77A4DA (or 0x77A4DA) is known color: Jordy Blue. HEX triplet: 77, A4 and DA. RGB value is (119,164,218). Sum of RGB (Red+Green+Blue) = 119+164+218=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #77A4DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A4DA is #885B25. Grayscale: #9C9C9C. Windows color (decimal): -8936230 or 14328951. OLE color: 14328951.
HSL color Cylindrical-coordinate representation of color #77A4DA: hue angle of 212.73º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77A4DA is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 164 | 218 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.15 |
| HSL | 212.73º | 0.57% | 0.66% | - |
| HSV(B) | 212.73º | 0.45% | 0.85% | - |
| XYZ | 33.54 | 35.53 | 71.42 | - |
| YUV | 156.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 164 | 218 | 0.45 | 0.25 | 0 | 0.15 | 212.73 | 0.57 | 0.66 |
| Hex | 77 | A4 | DA | 2D | 19 | 0 | F | D5 | 39 | 42 |
| Octal | 167 | 244 | 332 | 55 | 31 | 0 | 17 | 325 | 71 | 102 |
| Binary | 1110111 | 10100100 | 11011010 | 101101 | 11001 | 0 | 1111 | 11010101 | 111001 | 1000010 |
Color Harmonies of #77A4DA
Complementary color
Monochromatic Colors of #77A4DA
Black with #77A4DA
Text Example
Text Example
White with #77A4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A4DA; }
p { color: rgb(119,164,218); }
H1.HeaderClassName
{
color: #77A4DA;
}
.AnyTagClassName
{
color: #77A4DA;
}
</style>
background-color css
<style>
a { background-color: #77A4DA; }
a { background-color: rgb(119,164,218); }
div.DivClassName
{
background-color: #77A4DA;
}
.BgClassName
{
background-color: #77A4DA;
}
</style>
border-color css
<style>
span { border-color: #77A4DA; }
span { border-color: rgb(119,164,218); }
td.TdClassName
{
border-color: #77A4DA;
}
.TagClassName
{
border-color: #77A4DA;
}
</style>