Shades of Jordy Blue #759DE8
Tints of Jordy Blue #759DE8
RGB
CMYK
RGB Variations
Color information
#759DE8 (or 0x759DE8) is known color: Jordy Blue. HEX triplet: 75, 9D and E8. RGB value is (117,157,232). Sum of RGB (Red+Green+Blue) = 117+157+232=506 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.12% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #759DE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759DE8 is #8A6217. Grayscale: #999999. Windows color (decimal): -9069080 or 15244661. OLE color: 15244661.
HSL color Cylindrical-coordinate representation of color #759DE8: hue angle of 219.13º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #759DE8 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 157 | 232 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.09 |
| HSL | 219.13º | 0.71% | 0.68% | - |
| HSV(B) | 219.13º | 0.5% | 0.91% | - |
| XYZ | 33.96 | 33.72 | 81.06 | - |
| YUV | 153.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 232 | 0.50 | 0.32 | 0 | 0.09 | 219.13 | 0.71 | 0.68 |
| Hex | 75 | 9D | E8 | 32 | 20 | 0 | 9 | DB | 47 | 44 |
| Octal | 165 | 235 | 350 | 62 | 40 | 0 | 11 | 333 | 107 | 104 |
| Binary | 1110101 | 10011101 | 11101000 | 110010 | 100000 | 0 | 1001 | 11011011 | 1000111 | 1000100 |
Color Harmonies of #759DE8
Complementary color
Monochromatic Colors of #759DE8
Black with #759DE8
Text Example
Text Example
White with #759DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759DE8; }
p { color: rgb(117,157,232); }
H1.HeaderClassName
{
color: #759DE8;
}
.AnyTagClassName
{
color: #759DE8;
}
</style>
background-color css
<style>
a { background-color: #759DE8; }
a { background-color: rgb(117,157,232); }
div.DivClassName
{
background-color: #759DE8;
}
.BgClassName
{
background-color: #759DE8;
}
</style>
border-color css
<style>
span { border-color: #759DE8; }
span { border-color: rgb(117,157,232); }
td.TdClassName
{
border-color: #759DE8;
}
.TagClassName
{
border-color: #759DE8;
}
</style>