Shades of Jordy Blue #759CE3
Tints of Jordy Blue #759CE3
RGB
CMYK
RGB Variations
Color information
#759CE3 (or 0x759CE3) is known color: Jordy Blue. HEX triplet: 75, 9C and E3. RGB value is (117,156,227). Sum of RGB (Red+Green+Blue) = 117+156+227=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 227 - color contains mainly: blue. Hex color #759CE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CE3 is #8A631C. Grayscale: #989898. Windows color (decimal): -9069341 or 14916725. OLE color: 14916725.
HSL color Cylindrical-coordinate representation of color #759CE3: hue angle of 218.73º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #759CE3 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 156 | 227 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.11 |
| HSL | 218.73º | 0.66% | 0.67% | - |
| HSV(B) | 218.73º | 0.48% | 0.89% | - |
| XYZ | 33.09 | 33.1 | 77.32 | - |
| YUV | 152.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 227 | 0.48 | 0.31 | 0 | 0.11 | 218.73 | 0.66 | 0.67 |
| Hex | 75 | 9C | E3 | 30 | 1F | 0 | B | DB | 42 | 43 |
| Octal | 165 | 234 | 343 | 60 | 37 | 0 | 13 | 333 | 102 | 103 |
| Binary | 1110101 | 10011100 | 11100011 | 110000 | 11111 | 0 | 1011 | 11011011 | 1000010 | 1000011 |
Color Harmonies of #759CE3
Complementary color
Monochromatic Colors of #759CE3
Black with #759CE3
Text Example
Text Example
White with #759CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759CE3; }
p { color: rgb(117,156,227); }
H1.HeaderClassName
{
color: #759CE3;
}
.AnyTagClassName
{
color: #759CE3;
}
</style>
background-color css
<style>
a { background-color: #759CE3; }
a { background-color: rgb(117,156,227); }
div.DivClassName
{
background-color: #759CE3;
}
.BgClassName
{
background-color: #759CE3;
}
</style>
border-color css
<style>
span { border-color: #759CE3; }
span { border-color: rgb(117,156,227); }
td.TdClassName
{
border-color: #759CE3;
}
.TagClassName
{
border-color: #759CE3;
}
</style>