Shades of Jordy Blue #769ADA
Tints of Jordy Blue #769ADA
RGB
CMYK
RGB Variations
Color information
#769ADA (or 0x769ADA) is known color: Jordy Blue. HEX triplet: 76, 9A and DA. RGB value is (118,154,218). Sum of RGB (Red+Green+Blue) = 118+154+218=490 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.08% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #769ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ADA is #896525. Grayscale: #969696. Windows color (decimal): -9004326 or 14326390. OLE color: 14326390.
HSL color Cylindrical-coordinate representation of color #769ADA: hue angle of 218.4º 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 #769ADA is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 154 | 218 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.15 |
| HSL | 218.4º | 0.57% | 0.66% | - |
| HSV(B) | 218.4º | 0.46% | 0.85% | - |
| XYZ | 31.68 | 32.02 | 70.84 | - |
| YUV | 150.53 | 166.07 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 218 | 0.46 | 0.29 | 0 | 0.15 | 218.4 | 0.57 | 0.66 |
| Hex | 76 | 9A | DA | 2E | 1D | 0 | F | DA | 39 | 42 |
| Octal | 166 | 232 | 332 | 56 | 35 | 0 | 17 | 332 | 71 | 102 |
| Binary | 1110110 | 10011010 | 11011010 | 101110 | 11101 | 0 | 1111 | 11011010 | 111001 | 1000010 |
Color Harmonies of #769ADA
Complementary color
Monochromatic Colors of #769ADA
Black with #769ADA
Text Example
Text Example
White with #769ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769ADA; }
p { color: rgb(118,154,218); }
H1.HeaderClassName
{
color: #769ADA;
}
.AnyTagClassName
{
color: #769ADA;
}
</style>
background-color css
<style>
a { background-color: #769ADA; }
a { background-color: rgb(118,154,218); }
div.DivClassName
{
background-color: #769ADA;
}
.BgClassName
{
background-color: #769ADA;
}
</style>
border-color css
<style>
span { border-color: #769ADA; }
span { border-color: rgb(118,154,218); }
td.TdClassName
{
border-color: #769ADA;
}
.TagClassName
{
border-color: #769ADA;
}
</style>