Shades of Jordy Blue #759FCE
Tints of Jordy Blue #759FCE
RGB
CMYK
RGB Variations
Color information
#759FCE (or 0x759FCE) is known color: Jordy Blue. HEX triplet: 75, 9F and CE. RGB value is (117,159,206). Sum of RGB (Red+Green+Blue) = 117+159+206=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #759FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759FCE is #8A6031. Grayscale: #979797. Windows color (decimal): -9068594 or 13541237. OLE color: 13541237.
HSL color Cylindrical-coordinate representation of color #759FCE: hue angle of 211.69º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #759FCE is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 159 | 206 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.19 |
| HSL | 211.69º | 0.48% | 0.63% | - |
| HSV(B) | 211.69º | 0.43% | 0.81% | - |
| XYZ | 30.87 | 33.03 | 63.14 | - |
| YUV | 151.8 | 158.59 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 206 | 0.43 | 0.23 | 0 | 0.19 | 211.69 | 0.48 | 0.63 |
| Hex | 75 | 9F | CE | 2B | 17 | 0 | 13 | D4 | 30 | 3F |
| Octal | 165 | 237 | 316 | 53 | 27 | 0 | 23 | 324 | 60 | 77 |
| Binary | 1110101 | 10011111 | 11001110 | 101011 | 10111 | 0 | 10011 | 11010100 | 110000 | 111111 |
Color Harmonies of #759FCE
Complementary color
Monochromatic Colors of #759FCE
Black with #759FCE
Text Example
Text Example
White with #759FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759FCE; }
p { color: rgb(117,159,206); }
H1.HeaderClassName
{
color: #759FCE;
}
.AnyTagClassName
{
color: #759FCE;
}
</style>
background-color css
<style>
a { background-color: #759FCE; }
a { background-color: rgb(117,159,206); }
div.DivClassName
{
background-color: #759FCE;
}
.BgClassName
{
background-color: #759FCE;
}
</style>
border-color css
<style>
span { border-color: #759FCE; }
span { border-color: rgb(117,159,206); }
td.TdClassName
{
border-color: #759FCE;
}
.TagClassName
{
border-color: #759FCE;
}
</style>