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