Shades of Jordy Blue #759FE6
Tints of Jordy Blue #759FE6
RGB
CMYK
RGB Variations
Color information
#759FE6 (or 0x759FE6) is known color: Jordy Blue. HEX triplet: 75, 9F and E6. RGB value is (117,159,230). Sum of RGB (Red+Green+Blue) = 117+159+230=506 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.12% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #759FE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759FE6 is #8A6019. Grayscale: #9A9A9A. Windows color (decimal): -9068570 or 15114101. OLE color: 15114101.
HSL color Cylindrical-coordinate representation of color #759FE6: hue angle of 217.7º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #759FE6 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 159 | 230 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.10 |
| HSL | 217.7º | 0.69% | 0.68% | - |
| HSV(B) | 217.7º | 0.49% | 0.9% | - |
| XYZ | 34.02 | 34.29 | 79.69 | - |
| YUV | 154.54 | 170.59 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 230 | 0.49 | 0.31 | 0 | 0.10 | 217.7 | 0.69 | 0.68 |
| Hex | 75 | 9F | E6 | 31 | 1F | 0 | A | DA | 45 | 44 |
| Octal | 165 | 237 | 346 | 61 | 37 | 0 | 12 | 332 | 105 | 104 |
| Binary | 1110101 | 10011111 | 11100110 | 110001 | 11111 | 0 | 1010 | 11011010 | 1000101 | 1000100 |
Color Harmonies of #759FE6
Complementary color
Monochromatic Colors of #759FE6
Black with #759FE6
Text Example
Text Example
White with #759FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759FE6; }
p { color: rgb(117,159,230); }
H1.HeaderClassName
{
color: #759FE6;
}
.AnyTagClassName
{
color: #759FE6;
}
</style>
background-color css
<style>
a { background-color: #759FE6; }
a { background-color: rgb(117,159,230); }
div.DivClassName
{
background-color: #759FE6;
}
.BgClassName
{
background-color: #759FE6;
}
</style>
border-color css
<style>
span { border-color: #759FE6; }
span { border-color: rgb(117,159,230); }
td.TdClassName
{
border-color: #759FE6;
}
.TagClassName
{
border-color: #759FE6;
}
</style>