Shades of Jordy Blue #7598DB
Tints of Jordy Blue #7598DB
RGB
CMYK
RGB Variations
Color information
#7598DB (or 0x7598DB) is known color: Jordy Blue. HEX triplet: 75, 98 and DB. RGB value is (117,152,219). Sum of RGB (Red+Green+Blue) = 117+152+219=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #7598DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7598DB is #8A6724. Grayscale: #949494. Windows color (decimal): -9070373 or 14391413. OLE color: 14391413.
HSL color Cylindrical-coordinate representation of color #7598DB: hue angle of 219.41º degrees, saturation: 0.59, 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 #7598DB is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 152 | 219 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.14 |
| HSL | 219.41º | 0.59% | 0.66% | - |
| HSV(B) | 219.41º | 0.47% | 0.86% | - |
| XYZ | 31.35 | 31.35 | 71.42 | - |
| YUV | 149.17 | 167.4 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 219 | 0.47 | 0.31 | 0 | 0.14 | 219.41 | 0.59 | 0.66 |
| Hex | 75 | 98 | DB | 2F | 1F | 0 | E | DB | 3B | 42 |
| Octal | 165 | 230 | 333 | 57 | 37 | 0 | 16 | 333 | 73 | 102 |
| Binary | 1110101 | 10011000 | 11011011 | 101111 | 11111 | 0 | 1110 | 11011011 | 111011 | 1000010 |
Color Harmonies of #7598DB
Complementary color
Monochromatic Colors of #7598DB
Black with #7598DB
Text Example
Text Example
White with #7598DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7598DB; }
p { color: rgb(117,152,219); }
H1.HeaderClassName
{
color: #7598DB;
}
.AnyTagClassName
{
color: #7598DB;
}
</style>
background-color css
<style>
a { background-color: #7598DB; }
a { background-color: rgb(117,152,219); }
div.DivClassName
{
background-color: #7598DB;
}
.BgClassName
{
background-color: #7598DB;
}
</style>
border-color css
<style>
span { border-color: #7598DB; }
span { border-color: rgb(117,152,219); }
td.TdClassName
{
border-color: #7598DB;
}
.TagClassName
{
border-color: #7598DB;
}
</style>