Shades of Jordy Blue #769ADB
Tints of Jordy Blue #769ADB
RGB
CMYK
RGB Variations
Color information
#769ADB (or 0x769ADB) is known color: Jordy Blue. HEX triplet: 76, 9A and DB. RGB value is (118,154,219). Sum of RGB (Red+Green+Blue) = 118+154+219=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #769ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ADB is #896524. Grayscale: #969696. Windows color (decimal): -9004325 or 14391926. OLE color: 14391926.
HSL color Cylindrical-coordinate representation of color #769ADB: hue angle of 218.61º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #769ADB is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 154 | 219 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.14 |
| HSL | 218.61º | 0.58% | 0.66% | - |
| HSV(B) | 218.61º | 0.46% | 0.86% | - |
| XYZ | 31.81 | 32.08 | 71.53 | - |
| YUV | 150.65 | 166.57 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 219 | 0.46 | 0.30 | 0 | 0.14 | 218.61 | 0.58 | 0.66 |
| Hex | 76 | 9A | DB | 2E | 1E | 0 | E | DB | 3A | 42 |
| Octal | 166 | 232 | 333 | 56 | 36 | 0 | 16 | 333 | 72 | 102 |
| Binary | 1110110 | 10011010 | 11011011 | 101110 | 11110 | 0 | 1110 | 11011011 | 111010 | 1000010 |
Color Harmonies of #769ADB
Complementary color
Monochromatic Colors of #769ADB
Black with #769ADB
Text Example
Text Example
White with #769ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769ADB; }
p { color: rgb(118,154,219); }
H1.HeaderClassName
{
color: #769ADB;
}
.AnyTagClassName
{
color: #769ADB;
}
</style>
background-color css
<style>
a { background-color: #769ADB; }
a { background-color: rgb(118,154,219); }
div.DivClassName
{
background-color: #769ADB;
}
.BgClassName
{
background-color: #769ADB;
}
</style>
border-color css
<style>
span { border-color: #769ADB; }
span { border-color: rgb(118,154,219); }
td.TdClassName
{
border-color: #769ADB;
}
.TagClassName
{
border-color: #769ADB;
}
</style>