Shades of Jordy Blue #769ADD
Tints of Jordy Blue #769ADD
RGB
CMYK
RGB Variations
Color information
#769ADD (or 0x769ADD) is known color: Jordy Blue. HEX triplet: 76, 9A and DD. RGB value is (118,154,221). Sum of RGB (Red+Green+Blue) = 118+154+221=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #769ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ADD is #896522. Grayscale: #969696. Windows color (decimal): -9004323 or 14522998. OLE color: 14522998.
HSL color Cylindrical-coordinate representation of color #769ADD: hue angle of 219.03º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #769ADD is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 154 | 221 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.13 |
| HSL | 219.03º | 0.6% | 0.66% | - |
| HSV(B) | 219.03º | 0.47% | 0.87% | - |
| XYZ | 32.08 | 32.18 | 72.93 | - |
| YUV | 150.87 | 167.57 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 221 | 0.47 | 0.30 | 0 | 0.13 | 219.03 | 0.6 | 0.66 |
| Hex | 76 | 9A | DD | 2F | 1E | 0 | D | DB | 3C | 42 |
| Octal | 166 | 232 | 335 | 57 | 36 | 0 | 15 | 333 | 74 | 102 |
| Binary | 1110110 | 10011010 | 11011101 | 101111 | 11110 | 0 | 1101 | 11011011 | 111100 | 1000010 |
Color Harmonies of #769ADD
Complementary color
Monochromatic Colors of #769ADD
Black with #769ADD
Text Example
Text Example
White with #769ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769ADD; }
p { color: rgb(118,154,221); }
H1.HeaderClassName
{
color: #769ADD;
}
.AnyTagClassName
{
color: #769ADD;
}
</style>
background-color css
<style>
a { background-color: #769ADD; }
a { background-color: rgb(118,154,221); }
div.DivClassName
{
background-color: #769ADD;
}
.BgClassName
{
background-color: #769ADD;
}
</style>
border-color css
<style>
span { border-color: #769ADD; }
span { border-color: rgb(118,154,221); }
td.TdClassName
{
border-color: #769ADD;
}
.TagClassName
{
border-color: #769ADD;
}
</style>