Shades of Jordy Blue #759FE1
Tints of Jordy Blue #759FE1
RGB
CMYK
RGB Variations
Color information
#759FE1 (or 0x759FE1) is known color: Jordy Blue. HEX triplet: 75, 9F and E1. RGB value is (117,159,225). Sum of RGB (Red+Green+Blue) = 117+159+225=501 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.35% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #759FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759FE1 is #8A601E. Grayscale: #999999. Windows color (decimal): -9068575 or 14786421. OLE color: 14786421.
HSL color Cylindrical-coordinate representation of color #759FE1: hue angle of 216.67º degrees, saturation: 0.64, 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 #759FE1 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 159 | 225 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.12 |
| HSL | 216.67º | 0.64% | 0.67% | - |
| HSV(B) | 216.67º | 0.48% | 0.88% | - |
| XYZ | 33.32 | 34.01 | 76.04 | - |
| YUV | 153.97 | 168.09 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 225 | 0.48 | 0.29 | 0 | 0.12 | 216.67 | 0.64 | 0.67 |
| Hex | 75 | 9F | E1 | 30 | 1D | 0 | C | D9 | 40 | 43 |
| Octal | 165 | 237 | 341 | 60 | 35 | 0 | 14 | 331 | 100 | 103 |
| Binary | 1110101 | 10011111 | 11100001 | 110000 | 11101 | 0 | 1100 | 11011001 | 1000000 | 1000011 |
Color Harmonies of #759FE1
Complementary color
Monochromatic Colors of #759FE1
Black with #759FE1
Text Example
Text Example
White with #759FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759FE1; }
p { color: rgb(117,159,225); }
H1.HeaderClassName
{
color: #759FE1;
}
.AnyTagClassName
{
color: #759FE1;
}
</style>
background-color css
<style>
a { background-color: #759FE1; }
a { background-color: rgb(117,159,225); }
div.DivClassName
{
background-color: #759FE1;
}
.BgClassName
{
background-color: #759FE1;
}
</style>
border-color css
<style>
span { border-color: #759FE1; }
span { border-color: rgb(117,159,225); }
td.TdClassName
{
border-color: #759FE1;
}
.TagClassName
{
border-color: #759FE1;
}
</style>