Shades of Jordy Blue #759FEB
Tints of Jordy Blue #759FEB
RGB
CMYK
RGB Variations
Color information
#759FEB (or 0x759FEB) is known color: Jordy Blue. HEX triplet: 75, 9F and EB. RGB value is (117,159,235). Sum of RGB (Red+Green+Blue) = 117+159+235=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #759FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759FEB is #8A6014. Grayscale: #9A9A9A. Windows color (decimal): -9068565 or 15441781. OLE color: 15441781.
HSL color Cylindrical-coordinate representation of color #759FEB: hue angle of 218.64º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #759FEB is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 159 | 235 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.08 |
| HSL | 218.64º | 0.75% | 0.69% | - |
| HSV(B) | 218.64º | 0.5% | 0.92% | - |
| XYZ | 34.73 | 34.58 | 83.44 | - |
| YUV | 155.11 | 173.09 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 235 | 0.50 | 0.32 | 0 | 0.08 | 218.64 | 0.75 | 0.69 |
| Hex | 75 | 9F | EB | 32 | 20 | 0 | 8 | DB | 4B | 45 |
| Octal | 165 | 237 | 353 | 62 | 40 | 0 | 10 | 333 | 113 | 105 |
| Binary | 1110101 | 10011111 | 11101011 | 110010 | 100000 | 0 | 1000 | 11011011 | 1001011 | 1000101 |
Color Harmonies of #759FEB
Complementary color
Monochromatic Colors of #759FEB
Black with #759FEB
Text Example
Text Example
White with #759FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759FEB; }
p { color: rgb(117,159,235); }
H1.HeaderClassName
{
color: #759FEB;
}
.AnyTagClassName
{
color: #759FEB;
}
</style>
background-color css
<style>
a { background-color: #759FEB; }
a { background-color: rgb(117,159,235); }
div.DivClassName
{
background-color: #759FEB;
}
.BgClassName
{
background-color: #759FEB;
}
</style>
border-color css
<style>
span { border-color: #759FEB; }
span { border-color: rgb(117,159,235); }
td.TdClassName
{
border-color: #759FEB;
}
.TagClassName
{
border-color: #759FEB;
}
</style>