Shades of Jordy Blue #759DDC
Tints of Jordy Blue #759DDC
RGB
CMYK
RGB Variations
Color information
#759DDC (or 0x759DDC) is known color: Jordy Blue. HEX triplet: 75, 9D and DC. RGB value is (117,157,220). Sum of RGB (Red+Green+Blue) = 117+157+220=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #759DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DDC is #8A6223. Grayscale: #979797. Windows color (decimal): -9069092 or 14458229. OLE color: 14458229.
HSL color Cylindrical-coordinate representation of color #759DDC: hue angle of 216.7º 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 #759DDC is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 157 | 220 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.14 |
| HSL | 216.7º | 0.6% | 0.66% | - |
| HSV(B) | 216.7º | 0.47% | 0.86% | - |
| XYZ | 32.31 | 33.06 | 72.39 | - |
| YUV | 152.22 | 166.25 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 220 | 0.47 | 0.29 | 0 | 0.14 | 216.7 | 0.6 | 0.66 |
| Hex | 75 | 9D | DC | 2F | 1D | 0 | E | D9 | 3C | 42 |
| Octal | 165 | 235 | 334 | 57 | 35 | 0 | 16 | 331 | 74 | 102 |
| Binary | 1110101 | 10011101 | 11011100 | 101111 | 11101 | 0 | 1110 | 11011001 | 111100 | 1000010 |
Color Harmonies of #759DDC
Complementary color
Monochromatic Colors of #759DDC
Black with #759DDC
Text Example
Text Example
White with #759DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759DDC; }
p { color: rgb(117,157,220); }
H1.HeaderClassName
{
color: #759DDC;
}
.AnyTagClassName
{
color: #759DDC;
}
</style>
background-color css
<style>
a { background-color: #759DDC; }
a { background-color: rgb(117,157,220); }
div.DivClassName
{
background-color: #759DDC;
}
.BgClassName
{
background-color: #759DDC;
}
</style>
border-color css
<style>
span { border-color: #759DDC; }
span { border-color: rgb(117,157,220); }
td.TdClassName
{
border-color: #759DDC;
}
.TagClassName
{
border-color: #759DDC;
}
</style>