Shades of Jordy Blue #769DDA
Tints of Jordy Blue #769DDA
RGB
CMYK
RGB Variations
Color information
#769DDA (or 0x769DDA) is known color: Jordy Blue. HEX triplet: 76, 9D and DA. RGB value is (118,157,218). Sum of RGB (Red+Green+Blue) = 118+157+218=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #769DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DDA is #896225. Grayscale: #989898. Windows color (decimal): -9003558 or 14327158. OLE color: 14327158.
HSL color Cylindrical-coordinate representation of color #769DDA: hue angle of 216.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #769DDA is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 157 | 218 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.15 |
| HSL | 216.6º | 0.57% | 0.66% | - |
| HSV(B) | 216.6º | 0.46% | 0.85% | - |
| XYZ | 32.18 | 33.03 | 71.01 | - |
| YUV | 152.29 | 165.08 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 218 | 0.46 | 0.28 | 0 | 0.15 | 216.6 | 0.57 | 0.66 |
| Hex | 76 | 9D | DA | 2E | 1C | 0 | F | D9 | 39 | 42 |
| Octal | 166 | 235 | 332 | 56 | 34 | 0 | 17 | 331 | 71 | 102 |
| Binary | 1110110 | 10011101 | 11011010 | 101110 | 11100 | 0 | 1111 | 11011001 | 111001 | 1000010 |
Color Harmonies of #769DDA
Complementary color
Monochromatic Colors of #769DDA
Black with #769DDA
Text Example
Text Example
White with #769DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769DDA; }
p { color: rgb(118,157,218); }
H1.HeaderClassName
{
color: #769DDA;
}
.AnyTagClassName
{
color: #769DDA;
}
</style>
background-color css
<style>
a { background-color: #769DDA; }
a { background-color: rgb(118,157,218); }
div.DivClassName
{
background-color: #769DDA;
}
.BgClassName
{
background-color: #769DDA;
}
</style>
border-color css
<style>
span { border-color: #769DDA; }
span { border-color: rgb(118,157,218); }
td.TdClassName
{
border-color: #769DDA;
}
.TagClassName
{
border-color: #769DDA;
}
</style>