Shades of Jordy Blue #759FEA
Tints of Jordy Blue #759FEA
RGB
CMYK
RGB Variations
Color information
#759FEA (or 0x759FEA) is known color: Jordy Blue. HEX triplet: 75, 9F and EA. RGB value is (117,159,234). Sum of RGB (Red+Green+Blue) = 117+159+234=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #759FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759FEA is #8A6015. Grayscale: #9A9A9A. Windows color (decimal): -9068566 or 15376245. OLE color: 15376245.
HSL color Cylindrical-coordinate representation of color #759FEA: hue angle of 218.46º degrees, saturation: 0.74, 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 #759FEA is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 159 | 234 | - |
| CMYK | 0.5 | 0.32 | 0 | 0.08 |
| HSL | 218.46º | 0.74% | 0.69% | - |
| HSV(B) | 218.46º | 0.5% | 0.92% | - |
| XYZ | 34.59 | 34.52 | 82.68 | - |
| YUV | 154.99 | 172.59 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 234 | 0.5 | 0.32 | 0 | 0.08 | 218.46 | 0.74 | 0.69 |
| Hex | 75 | 9F | EA | 32 | 20 | 0 | 8 | DA | 4A | 45 |
| Octal | 165 | 237 | 352 | 62 | 40 | 0 | 10 | 332 | 112 | 105 |
| Binary | 1110101 | 10011111 | 11101010 | 110010 | 100000 | 0 | 1000 | 11011010 | 1001010 | 1000101 |
Color Harmonies of #759FEA
Complementary color
Monochromatic Colors of #759FEA
Black with #759FEA
Text Example
Text Example
White with #759FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759FEA; }
p { color: rgb(117,159,234); }
H1.HeaderClassName
{
color: #759FEA;
}
.AnyTagClassName
{
color: #759FEA;
}
</style>
background-color css
<style>
a { background-color: #759FEA; }
a { background-color: rgb(117,159,234); }
div.DivClassName
{
background-color: #759FEA;
}
.BgClassName
{
background-color: #759FEA;
}
</style>
border-color css
<style>
span { border-color: #759FEA; }
span { border-color: rgb(117,159,234); }
td.TdClassName
{
border-color: #759FEA;
}
.TagClassName
{
border-color: #759FEA;
}
</style>