Shades of Jordy Blue #77A2DA
Tints of Jordy Blue #77A2DA
RGB
CMYK
RGB Variations
Color information
#77A2DA (or 0x77A2DA) is known color: Jordy Blue. HEX triplet: 77, A2 and DA. RGB value is (119,162,218). Sum of RGB (Red+Green+Blue) = 119+162+218=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #77A2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A2DA is #885D25. Grayscale: #9B9B9B. Windows color (decimal): -8936742 or 14328439. OLE color: 14328439.
HSL color Cylindrical-coordinate representation of color #77A2DA: hue angle of 213.94º 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 #77A2DA is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 162 | 218 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.15 |
| HSL | 213.94º | 0.57% | 0.66% | - |
| HSV(B) | 213.94º | 0.45% | 0.85% | - |
| XYZ | 33.18 | 34.82 | 71.3 | - |
| YUV | 155.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 162 | 218 | 0.45 | 0.26 | 0 | 0.15 | 213.94 | 0.57 | 0.66 |
| Hex | 77 | A2 | DA | 2D | 1A | 0 | F | D6 | 39 | 42 |
| Octal | 167 | 242 | 332 | 55 | 32 | 0 | 17 | 326 | 71 | 102 |
| Binary | 1110111 | 10100010 | 11011010 | 101101 | 11010 | 0 | 1111 | 11010110 | 111001 | 1000010 |
Color Harmonies of #77A2DA
Complementary color
Monochromatic Colors of #77A2DA
Black with #77A2DA
Text Example
Text Example
White with #77A2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A2DA; }
p { color: rgb(119,162,218); }
H1.HeaderClassName
{
color: #77A2DA;
}
.AnyTagClassName
{
color: #77A2DA;
}
</style>
background-color css
<style>
a { background-color: #77A2DA; }
a { background-color: rgb(119,162,218); }
div.DivClassName
{
background-color: #77A2DA;
}
.BgClassName
{
background-color: #77A2DA;
}
</style>
border-color css
<style>
span { border-color: #77A2DA; }
span { border-color: rgb(119,162,218); }
td.TdClassName
{
border-color: #77A2DA;
}
.TagClassName
{
border-color: #77A2DA;
}
</style>