Shades of Jordy Blue #759AD6
Tints of Jordy Blue #759AD6
RGB
CMYK
RGB Variations
Color information
#759AD6 (or 0x759AD6) is known color: Jordy Blue. HEX triplet: 75, 9A and D6. RGB value is (117,154,214). Sum of RGB (Red+Green+Blue) = 117+154+214=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #759AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759AD6 is #8A6529. Grayscale: #959595. Windows color (decimal): -9069866 or 14064245. OLE color: 14064245.
HSL color Cylindrical-coordinate representation of color #759AD6: hue angle of 217.11º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #759AD6 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 154 | 214 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.16 |
| HSL | 217.11º | 0.54% | 0.65% | - |
| HSV(B) | 217.11º | 0.45% | 0.84% | - |
| XYZ | 31.03 | 31.75 | 68.11 | - |
| YUV | 149.78 | 164.24 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 154 | 214 | 0.45 | 0.28 | 0 | 0.16 | 217.11 | 0.54 | 0.65 |
| Hex | 75 | 9A | D6 | 2D | 1C | 0 | 10 | D9 | 36 | 41 |
| Octal | 165 | 232 | 326 | 55 | 34 | 0 | 20 | 331 | 66 | 101 |
| Binary | 1110101 | 10011010 | 11010110 | 101101 | 11100 | 0 | 10000 | 11011001 | 110110 | 1000001 |
Color Harmonies of #759AD6
Complementary color
Monochromatic Colors of #759AD6
Black with #759AD6
Text Example
Text Example
White with #759AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759AD6; }
p { color: rgb(117,154,214); }
H1.HeaderClassName
{
color: #759AD6;
}
.AnyTagClassName
{
color: #759AD6;
}
</style>
background-color css
<style>
a { background-color: #759AD6; }
a { background-color: rgb(117,154,214); }
div.DivClassName
{
background-color: #759AD6;
}
.BgClassName
{
background-color: #759AD6;
}
</style>
border-color css
<style>
span { border-color: #759AD6; }
span { border-color: rgb(117,154,214); }
td.TdClassName
{
border-color: #759AD6;
}
.TagClassName
{
border-color: #759AD6;
}
</style>