Shades of Jordy Blue #759FDC
Tints of Jordy Blue #759FDC
RGB
CMYK
RGB Variations
Color information
#759FDC (or 0x759FDC) is known color: Jordy Blue. HEX triplet: 75, 9F and DC. RGB value is (117,159,220). Sum of RGB (Red+Green+Blue) = 117+159+220=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #759FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759FDC is #8A6023. Grayscale: #999999. Windows color (decimal): -9068580 or 14458741. OLE color: 14458741.
HSL color Cylindrical-coordinate representation of color #759FDC: hue angle of 215.53º 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 #759FDC is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 159 | 220 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.14 |
| HSL | 215.53º | 0.6% | 0.66% | - |
| HSV(B) | 215.53º | 0.47% | 0.86% | - |
| XYZ | 32.65 | 33.75 | 72.5 | - |
| YUV | 153.4 | 165.59 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 220 | 0.47 | 0.28 | 0 | 0.14 | 215.53 | 0.6 | 0.66 |
| Hex | 75 | 9F | DC | 2F | 1C | 0 | E | D8 | 3C | 42 |
| Octal | 165 | 237 | 334 | 57 | 34 | 0 | 16 | 330 | 74 | 102 |
| Binary | 1110101 | 10011111 | 11011100 | 101111 | 11100 | 0 | 1110 | 11011000 | 111100 | 1000010 |
Color Harmonies of #759FDC
Complementary color
Monochromatic Colors of #759FDC
Black with #759FDC
Text Example
Text Example
White with #759FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759FDC; }
p { color: rgb(117,159,220); }
H1.HeaderClassName
{
color: #759FDC;
}
.AnyTagClassName
{
color: #759FDC;
}
</style>
background-color css
<style>
a { background-color: #759FDC; }
a { background-color: rgb(117,159,220); }
div.DivClassName
{
background-color: #759FDC;
}
.BgClassName
{
background-color: #759FDC;
}
</style>
border-color css
<style>
span { border-color: #759FDC; }
span { border-color: rgb(117,159,220); }
td.TdClassName
{
border-color: #759FDC;
}
.TagClassName
{
border-color: #759FDC;
}
</style>