Shades of Jordy Blue #7598DC
Tints of Jordy Blue #7598DC
RGB
CMYK
RGB Variations
Color information
#7598DC (or 0x7598DC) is known color: Jordy Blue. HEX triplet: 75, 98 and DC. RGB value is (117,152,220). Sum of RGB (Red+Green+Blue) = 117+152+220=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #7598DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7598DC is #8A6723. Grayscale: #949494. Windows color (decimal): -9070372 or 14456949. OLE color: 14456949.
HSL color Cylindrical-coordinate representation of color #7598DC: hue angle of 219.61º 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 #7598DC is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 152 | 220 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.14 |
| HSL | 219.61º | 0.6% | 0.66% | - |
| HSV(B) | 219.61º | 0.47% | 0.86% | - |
| XYZ | 31.48 | 31.41 | 72.11 | - |
| YUV | 149.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 220 | 0.47 | 0.31 | 0 | 0.14 | 219.61 | 0.6 | 0.66 |
| Hex | 75 | 98 | DC | 2F | 1F | 0 | E | DC | 3C | 42 |
| Octal | 165 | 230 | 334 | 57 | 37 | 0 | 16 | 334 | 74 | 102 |
| Binary | 1110101 | 10011000 | 11011100 | 101111 | 11111 | 0 | 1110 | 11011100 | 111100 | 1000010 |
Color Harmonies of #7598DC
Complementary color
Monochromatic Colors of #7598DC
Black with #7598DC
Text Example
Text Example
White with #7598DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7598DC; }
p { color: rgb(117,152,220); }
H1.HeaderClassName
{
color: #7598DC;
}
.AnyTagClassName
{
color: #7598DC;
}
</style>
background-color css
<style>
a { background-color: #7598DC; }
a { background-color: rgb(117,152,220); }
div.DivClassName
{
background-color: #7598DC;
}
.BgClassName
{
background-color: #7598DC;
}
</style>
border-color css
<style>
span { border-color: #7598DC; }
span { border-color: rgb(117,152,220); }
td.TdClassName
{
border-color: #7598DC;
}
.TagClassName
{
border-color: #7598DC;
}
</style>