Shades of Jordy Blue #759DDD
Tints of Jordy Blue #759DDD
RGB
CMYK
RGB Variations
Color information
#759DDD (or 0x759DDD) is known color: Jordy Blue. HEX triplet: 75, 9D and DD. RGB value is (117,157,221). Sum of RGB (Red+Green+Blue) = 117+157+221=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #759DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DDD is #8A6222. Grayscale: #989898. Windows color (decimal): -9069091 or 14523765. OLE color: 14523765.
HSL color Cylindrical-coordinate representation of color #759DDD: hue angle of 216.92º 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 #759DDD is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 157 | 221 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.13 |
| HSL | 216.92º | 0.6% | 0.66% | - |
| HSV(B) | 216.92º | 0.47% | 0.87% | - |
| XYZ | 32.44 | 33.12 | 73.09 | - |
| YUV | 152.34 | 166.75 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 221 | 0.47 | 0.29 | 0 | 0.13 | 216.92 | 0.6 | 0.66 |
| Hex | 75 | 9D | DD | 2F | 1D | 0 | D | D9 | 3C | 42 |
| Octal | 165 | 235 | 335 | 57 | 35 | 0 | 15 | 331 | 74 | 102 |
| Binary | 1110101 | 10011101 | 11011101 | 101111 | 11101 | 0 | 1101 | 11011001 | 111100 | 1000010 |
Color Harmonies of #759DDD
Complementary color
Monochromatic Colors of #759DDD
Black with #759DDD
Text Example
Text Example
White with #759DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759DDD; }
p { color: rgb(117,157,221); }
H1.HeaderClassName
{
color: #759DDD;
}
.AnyTagClassName
{
color: #759DDD;
}
</style>
background-color css
<style>
a { background-color: #759DDD; }
a { background-color: rgb(117,157,221); }
div.DivClassName
{
background-color: #759DDD;
}
.BgClassName
{
background-color: #759DDD;
}
</style>
border-color css
<style>
span { border-color: #759DDD; }
span { border-color: rgb(117,157,221); }
td.TdClassName
{
border-color: #759DDD;
}
.TagClassName
{
border-color: #759DDD;
}
</style>