Shades of Jordy Blue #759EE3
Tints of Jordy Blue #759EE3
RGB
CMYK
RGB Variations
Color information
#759EE3 (or 0x759EE3) is known color: Jordy Blue. HEX triplet: 75, 9E and E3. RGB value is (117,158,227). Sum of RGB (Red+Green+Blue) = 117+158+227=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 227 (89.06% from 255 or 45.22% from 502); Max value from RGB is 227 - color contains mainly: blue. Hex color #759EE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759EE3 is #8A611C. Grayscale: #999999. Windows color (decimal): -9068829 or 14917237. OLE color: 14917237.
HSL color Cylindrical-coordinate representation of color #759EE3: hue angle of 217.64º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #759EE3 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 158 | 227 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.11 |
| HSL | 217.64º | 0.66% | 0.67% | - |
| HSV(B) | 217.64º | 0.48% | 0.89% | - |
| XYZ | 33.43 | 33.78 | 77.43 | - |
| YUV | 153.61 | 169.42 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 227 | 0.48 | 0.30 | 0 | 0.11 | 217.64 | 0.66 | 0.67 |
| Hex | 75 | 9E | E3 | 30 | 1E | 0 | B | DA | 42 | 43 |
| Octal | 165 | 236 | 343 | 60 | 36 | 0 | 13 | 332 | 102 | 103 |
| Binary | 1110101 | 10011110 | 11100011 | 110000 | 11110 | 0 | 1011 | 11011010 | 1000010 | 1000011 |
Color Harmonies of #759EE3
Complementary color
Monochromatic Colors of #759EE3
Black with #759EE3
Text Example
Text Example
White with #759EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759EE3; }
p { color: rgb(117,158,227); }
H1.HeaderClassName
{
color: #759EE3;
}
.AnyTagClassName
{
color: #759EE3;
}
</style>
background-color css
<style>
a { background-color: #759EE3; }
a { background-color: rgb(117,158,227); }
div.DivClassName
{
background-color: #759EE3;
}
.BgClassName
{
background-color: #759EE3;
}
</style>
border-color css
<style>
span { border-color: #759EE3; }
span { border-color: rgb(117,158,227); }
td.TdClassName
{
border-color: #759EE3;
}
.TagClassName
{
border-color: #759EE3;
}
</style>