Shades of Jordy Blue #7599D9
Tints of Jordy Blue #7599D9
RGB
CMYK
RGB Variations
Color information
#7599D9 (or 0x7599D9) is known color: Jordy Blue. HEX triplet: 75, 99 and D9. RGB value is (117,153,217). Sum of RGB (Red+Green+Blue) = 117+153+217=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 217 - color contains mainly: blue. Hex color #7599D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599D9 is #8A6626. Grayscale: #959595. Windows color (decimal): -9070119 or 14260597. OLE color: 14260597.
HSL color Cylindrical-coordinate representation of color #7599D9: hue angle of 218.4º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7599D9 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 153 | 217 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.15 |
| HSL | 218.4º | 0.57% | 0.65% | - |
| HSV(B) | 218.4º | 0.46% | 0.85% | - |
| XYZ | 31.25 | 31.57 | 70.09 | - |
| YUV | 149.53 | 166.07 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 217 | 0.46 | 0.29 | 0 | 0.15 | 218.4 | 0.57 | 0.65 |
| Hex | 75 | 99 | D9 | 2E | 1D | 0 | F | DA | 39 | 41 |
| Octal | 165 | 231 | 331 | 56 | 35 | 0 | 17 | 332 | 71 | 101 |
| Binary | 1110101 | 10011001 | 11011001 | 101110 | 11101 | 0 | 1111 | 11011010 | 111001 | 1000001 |
Color Harmonies of #7599D9
Complementary color
Monochromatic Colors of #7599D9
Black with #7599D9
Text Example
Text Example
White with #7599D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7599D9; }
p { color: rgb(117,153,217); }
H1.HeaderClassName
{
color: #7599D9;
}
.AnyTagClassName
{
color: #7599D9;
}
</style>
background-color css
<style>
a { background-color: #7599D9; }
a { background-color: rgb(117,153,217); }
div.DivClassName
{
background-color: #7599D9;
}
.BgClassName
{
background-color: #7599D9;
}
</style>
border-color css
<style>
span { border-color: #7599D9; }
span { border-color: rgb(117,153,217); }
td.TdClassName
{
border-color: #7599D9;
}
.TagClassName
{
border-color: #7599D9;
}
</style>