Shades of Jordy Blue #759CE6
Tints of Jordy Blue #759CE6
RGB
CMYK
RGB Variations
Color information
#759CE6 (or 0x759CE6) is known color: Jordy Blue. HEX triplet: 75, 9C and E6. RGB value is (117,156,230). Sum of RGB (Red+Green+Blue) = 117+156+230=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #759CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759CE6 is #8A6319. Grayscale: #989898. Windows color (decimal): -9069338 or 15113333. OLE color: 15113333.
HSL color Cylindrical-coordinate representation of color #759CE6: hue angle of 219.29º 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 #759CE6 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 156 | 230 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.10 |
| HSL | 219.29º | 0.69% | 0.68% | - |
| HSV(B) | 219.29º | 0.49% | 0.9% | - |
| XYZ | 33.51 | 33.27 | 79.52 | - |
| YUV | 152.78 | 171.58 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 230 | 0.49 | 0.32 | 0 | 0.10 | 219.29 | 0.69 | 0.68 |
| Hex | 75 | 9C | E6 | 31 | 20 | 0 | A | DB | 45 | 44 |
| Octal | 165 | 234 | 346 | 61 | 40 | 0 | 12 | 333 | 105 | 104 |
| Binary | 1110101 | 10011100 | 11100110 | 110001 | 100000 | 0 | 1010 | 11011011 | 1000101 | 1000100 |
Color Harmonies of #759CE6
Complementary color
Monochromatic Colors of #759CE6
Black with #759CE6
Text Example
Text Example
White with #759CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759CE6; }
p { color: rgb(117,156,230); }
H1.HeaderClassName
{
color: #759CE6;
}
.AnyTagClassName
{
color: #759CE6;
}
</style>
background-color css
<style>
a { background-color: #759CE6; }
a { background-color: rgb(117,156,230); }
div.DivClassName
{
background-color: #759CE6;
}
.BgClassName
{
background-color: #759CE6;
}
</style>
border-color css
<style>
span { border-color: #759CE6; }
span { border-color: rgb(117,156,230); }
td.TdClassName
{
border-color: #759CE6;
}
.TagClassName
{
border-color: #759CE6;
}
</style>