Shades of Jordy Blue #759FD1
Tints of Jordy Blue #759FD1
RGB
CMYK
RGB Variations
Color information
#759FD1 (or 0x759FD1) is known color: Jordy Blue. HEX triplet: 75, 9F and D1. RGB value is (117,159,209). Sum of RGB (Red+Green+Blue) = 117+159+209=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #759FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759FD1 is #8A602E. Grayscale: #979797. Windows color (decimal): -9068591 or 13737845. OLE color: 13737845.
HSL color Cylindrical-coordinate representation of color #759FD1: hue angle of 212.61º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #759FD1 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 159 | 209 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.18 |
| HSL | 212.61º | 0.5% | 0.64% | - |
| HSV(B) | 212.61º | 0.44% | 0.82% | - |
| XYZ | 31.24 | 33.18 | 65.08 | - |
| YUV | 152.14 | 160.09 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 209 | 0.44 | 0.24 | 0 | 0.18 | 212.61 | 0.5 | 0.64 |
| Hex | 75 | 9F | D1 | 2C | 18 | 0 | 12 | D5 | 32 | 40 |
| Octal | 165 | 237 | 321 | 54 | 30 | 0 | 22 | 325 | 62 | 100 |
| Binary | 1110101 | 10011111 | 11010001 | 101100 | 11000 | 0 | 10010 | 11010101 | 110010 | 1000000 |
Color Harmonies of #759FD1
Complementary color
Monochromatic Colors of #759FD1
Black with #759FD1
Text Example
Text Example
White with #759FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759FD1; }
p { color: rgb(117,159,209); }
H1.HeaderClassName
{
color: #759FD1;
}
.AnyTagClassName
{
color: #759FD1;
}
</style>
background-color css
<style>
a { background-color: #759FD1; }
a { background-color: rgb(117,159,209); }
div.DivClassName
{
background-color: #759FD1;
}
.BgClassName
{
background-color: #759FD1;
}
</style>
border-color css
<style>
span { border-color: #759FD1; }
span { border-color: rgb(117,159,209); }
td.TdClassName
{
border-color: #759FD1;
}
.TagClassName
{
border-color: #759FD1;
}
</style>