Shades of Jordy Blue #7599DC
Tints of Jordy Blue #7599DC
RGB
CMYK
RGB Variations
Color information
#7599DC (or 0x7599DC) is known color: Jordy Blue. HEX triplet: 75, 99 and DC. RGB value is (117,153,220). Sum of RGB (Red+Green+Blue) = 117+153+220=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #7599DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599DC is #8A6623. Grayscale: #959595. Windows color (decimal): -9070116 or 14457205. OLE color: 14457205.
HSL color Cylindrical-coordinate representation of color #7599DC: hue angle of 219.03º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7599DC is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 153 | 220 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.14 |
| HSL | 219.03º | 0.6% | 0.66% | - |
| HSV(B) | 219.03º | 0.47% | 0.86% | - |
| XYZ | 31.65 | 31.73 | 72.17 | - |
| YUV | 149.87 | 167.57 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 220 | 0.47 | 0.30 | 0 | 0.14 | 219.03 | 0.6 | 0.66 |
| Hex | 75 | 99 | DC | 2F | 1E | 0 | E | DB | 3C | 42 |
| Octal | 165 | 231 | 334 | 57 | 36 | 0 | 16 | 333 | 74 | 102 |
| Binary | 1110101 | 10011001 | 11011100 | 101111 | 11110 | 0 | 1110 | 11011011 | 111100 | 1000010 |
Color Harmonies of #7599DC
Complementary color
Monochromatic Colors of #7599DC
Black with #7599DC
Text Example
Text Example
White with #7599DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7599DC; }
p { color: rgb(117,153,220); }
H1.HeaderClassName
{
color: #7599DC;
}
.AnyTagClassName
{
color: #7599DC;
}
</style>
background-color css
<style>
a { background-color: #7599DC; }
a { background-color: rgb(117,153,220); }
div.DivClassName
{
background-color: #7599DC;
}
.BgClassName
{
background-color: #7599DC;
}
</style>
border-color css
<style>
span { border-color: #7599DC; }
span { border-color: rgb(117,153,220); }
td.TdClassName
{
border-color: #7599DC;
}
.TagClassName
{
border-color: #7599DC;
}
</style>