Shades of Jordy Blue #7599DD
Tints of Jordy Blue #7599DD
RGB
CMYK
RGB Variations
Color information
#7599DD (or 0x7599DD) is known color: Jordy Blue. HEX triplet: 75, 99 and DD. RGB value is (117,153,221). Sum of RGB (Red+Green+Blue) = 117+153+221=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #7599DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599DD is #8A6622. Grayscale: #959595. Windows color (decimal): -9070115 or 14522741. OLE color: 14522741.
HSL color Cylindrical-coordinate representation of color #7599DD: hue angle of 219.23º 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 #7599DD is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 153 | 221 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.13 |
| HSL | 219.23º | 0.6% | 0.66% | - |
| HSV(B) | 219.23º | 0.47% | 0.87% | - |
| XYZ | 31.78 | 31.78 | 72.87 | - |
| YUV | 149.99 | 168.07 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 221 | 0.47 | 0.31 | 0 | 0.13 | 219.23 | 0.6 | 0.66 |
| Hex | 75 | 99 | DD | 2F | 1F | 0 | D | DB | 3C | 42 |
| Octal | 165 | 231 | 335 | 57 | 37 | 0 | 15 | 333 | 74 | 102 |
| Binary | 1110101 | 10011001 | 11011101 | 101111 | 11111 | 0 | 1101 | 11011011 | 111100 | 1000010 |
Color Harmonies of #7599DD
Complementary color
Monochromatic Colors of #7599DD
Black with #7599DD
Text Example
Text Example
White with #7599DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7599DD; }
p { color: rgb(117,153,221); }
H1.HeaderClassName
{
color: #7599DD;
}
.AnyTagClassName
{
color: #7599DD;
}
</style>
background-color css
<style>
a { background-color: #7599DD; }
a { background-color: rgb(117,153,221); }
div.DivClassName
{
background-color: #7599DD;
}
.BgClassName
{
background-color: #7599DD;
}
</style>
border-color css
<style>
span { border-color: #7599DD; }
span { border-color: rgb(117,153,221); }
td.TdClassName
{
border-color: #7599DD;
}
.TagClassName
{
border-color: #7599DD;
}
</style>