Shades of Jordy Blue #769FDD
Tints of Jordy Blue #769FDD
RGB
CMYK
RGB Variations
Color information
#769FDD (or 0x769FDD) is known color: Jordy Blue. HEX triplet: 76, 9F and DD. RGB value is (118,159,221). Sum of RGB (Red+Green+Blue) = 118+159+221=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #769FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769FDD is #896022. Grayscale: #999999. Windows color (decimal): -9003043 or 14524278. OLE color: 14524278.
HSL color Cylindrical-coordinate representation of color #769FDD: hue angle of 216.12º 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 #769FDD is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 159 | 221 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.13 |
| HSL | 216.12º | 0.6% | 0.66% | - |
| HSV(B) | 216.12º | 0.47% | 0.87% | - |
| XYZ | 32.92 | 33.87 | 73.21 | - |
| YUV | 153.81 | 165.92 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 221 | 0.47 | 0.28 | 0 | 0.13 | 216.12 | 0.6 | 0.66 |
| Hex | 76 | 9F | DD | 2F | 1C | 0 | D | D8 | 3C | 42 |
| Octal | 166 | 237 | 335 | 57 | 34 | 0 | 15 | 330 | 74 | 102 |
| Binary | 1110110 | 10011111 | 11011101 | 101111 | 11100 | 0 | 1101 | 11011000 | 111100 | 1000010 |
Color Harmonies of #769FDD
Complementary color
Monochromatic Colors of #769FDD
Black with #769FDD
Text Example
Text Example
White with #769FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769FDD; }
p { color: rgb(118,159,221); }
H1.HeaderClassName
{
color: #769FDD;
}
.AnyTagClassName
{
color: #769FDD;
}
</style>
background-color css
<style>
a { background-color: #769FDD; }
a { background-color: rgb(118,159,221); }
div.DivClassName
{
background-color: #769FDD;
}
.BgClassName
{
background-color: #769FDD;
}
</style>
border-color css
<style>
span { border-color: #769FDD; }
span { border-color: rgb(118,159,221); }
td.TdClassName
{
border-color: #769FDD;
}
.TagClassName
{
border-color: #769FDD;
}
</style>