Shades of Jordy Blue #759FDD
Tints of Jordy Blue #759FDD
RGB
CMYK
RGB Variations
Color information
#759FDD (or 0x759FDD) is known color: Jordy Blue. HEX triplet: 75, 9F and DD. RGB value is (117,159,221). Sum of RGB (Red+Green+Blue) = 117+159+221=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #759FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759FDD is #8A6022. Grayscale: #999999. Windows color (decimal): -9068579 or 14524277. OLE color: 14524277.
HSL color Cylindrical-coordinate representation of color #759FDD: hue angle of 215.77º 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 #759FDD is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 159 | 221 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.13 |
| HSL | 215.77º | 0.6% | 0.66% | - |
| HSV(B) | 215.77º | 0.47% | 0.87% | - |
| XYZ | 32.79 | 33.8 | 73.2 | - |
| YUV | 153.51 | 166.09 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 221 | 0.47 | 0.28 | 0 | 0.13 | 215.77 | 0.6 | 0.66 |
| Hex | 75 | 9F | DD | 2F | 1C | 0 | D | D8 | 3C | 42 |
| Octal | 165 | 237 | 335 | 57 | 34 | 0 | 15 | 330 | 74 | 102 |
| Binary | 1110101 | 10011111 | 11011101 | 101111 | 11100 | 0 | 1101 | 11011000 | 111100 | 1000010 |
Color Harmonies of #759FDD
Complementary color
Monochromatic Colors of #759FDD
Black with #759FDD
Text Example
Text Example
White with #759FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759FDD; }
p { color: rgb(117,159,221); }
H1.HeaderClassName
{
color: #759FDD;
}
.AnyTagClassName
{
color: #759FDD;
}
</style>
background-color css
<style>
a { background-color: #759FDD; }
a { background-color: rgb(117,159,221); }
div.DivClassName
{
background-color: #759FDD;
}
.BgClassName
{
background-color: #759FDD;
}
</style>
border-color css
<style>
span { border-color: #759FDD; }
span { border-color: rgb(117,159,221); }
td.TdClassName
{
border-color: #759FDD;
}
.TagClassName
{
border-color: #759FDD;
}
</style>