Shades of Jordy Blue #759DE0
Tints of Jordy Blue #759DE0
RGB
CMYK
RGB Variations
Color information
#759DE0 (or 0x759DE0) is known color: Jordy Blue. HEX triplet: 75, 9D and E0. RGB value is (117,157,224). Sum of RGB (Red+Green+Blue) = 117+157+224=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #759DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DE0 is #8A621F. Grayscale: #989898. Windows color (decimal): -9069088 or 14720373. OLE color: 14720373.
HSL color Cylindrical-coordinate representation of color #759DE0: hue angle of 217.57º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #759DE0 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 157 | 224 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.12 |
| HSL | 217.57º | 0.63% | 0.67% | - |
| HSV(B) | 217.57º | 0.48% | 0.88% | - |
| XYZ | 32.85 | 33.28 | 75.21 | - |
| YUV | 152.68 | 168.25 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 224 | 0.48 | 0.30 | 0 | 0.12 | 217.57 | 0.63 | 0.67 |
| Hex | 75 | 9D | E0 | 30 | 1E | 0 | C | DA | 3F | 43 |
| Octal | 165 | 235 | 340 | 60 | 36 | 0 | 14 | 332 | 77 | 103 |
| Binary | 1110101 | 10011101 | 11100000 | 110000 | 11110 | 0 | 1100 | 11011010 | 111111 | 1000011 |
Color Harmonies of #759DE0
Complementary color
Monochromatic Colors of #759DE0
Black with #759DE0
Text Example
Text Example
White with #759DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759DE0; }
p { color: rgb(117,157,224); }
H1.HeaderClassName
{
color: #759DE0;
}
.AnyTagClassName
{
color: #759DE0;
}
</style>
background-color css
<style>
a { background-color: #759DE0; }
a { background-color: rgb(117,157,224); }
div.DivClassName
{
background-color: #759DE0;
}
.BgClassName
{
background-color: #759DE0;
}
</style>
border-color css
<style>
span { border-color: #759DE0; }
span { border-color: rgb(117,157,224); }
td.TdClassName
{
border-color: #759DE0;
}
.TagClassName
{
border-color: #759DE0;
}
</style>