Shades of Jordy Blue #759CE4
Tints of Jordy Blue #759CE4
RGB
CMYK
RGB Variations
Color information
#759CE4 (or 0x759CE4) is known color: Jordy Blue. HEX triplet: 75, 9C and E4. RGB value is (117,156,228). Sum of RGB (Red+Green+Blue) = 117+156+228=501 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.35% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 228 - color contains mainly: blue. Hex color #759CE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CE4 is #8A631B. Grayscale: #989898. Windows color (decimal): -9069340 or 14982261. OLE color: 14982261.
HSL color Cylindrical-coordinate representation of color #759CE4: hue angle of 218.92º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #759CE4 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 156 | 228 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.11 |
| HSL | 218.92º | 0.67% | 0.68% | - |
| HSV(B) | 218.92º | 0.49% | 0.89% | - |
| XYZ | 33.23 | 33.16 | 78.05 | - |
| YUV | 152.55 | 170.58 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 228 | 0.49 | 0.32 | 0 | 0.11 | 218.92 | 0.67 | 0.68 |
| Hex | 75 | 9C | E4 | 31 | 20 | 0 | B | DB | 43 | 44 |
| Octal | 165 | 234 | 344 | 61 | 40 | 0 | 13 | 333 | 103 | 104 |
| Binary | 1110101 | 10011100 | 11100100 | 110001 | 100000 | 0 | 1011 | 11011011 | 1000011 | 1000100 |
Color Harmonies of #759CE4
Complementary color
Monochromatic Colors of #759CE4
Black with #759CE4
Text Example
Text Example
White with #759CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759CE4; }
p { color: rgb(117,156,228); }
H1.HeaderClassName
{
color: #759CE4;
}
.AnyTagClassName
{
color: #759CE4;
}
</style>
background-color css
<style>
a { background-color: #759CE4; }
a { background-color: rgb(117,156,228); }
div.DivClassName
{
background-color: #759CE4;
}
.BgClassName
{
background-color: #759CE4;
}
</style>
border-color css
<style>
span { border-color: #759CE4; }
span { border-color: rgb(117,156,228); }
td.TdClassName
{
border-color: #759CE4;
}
.TagClassName
{
border-color: #759CE4;
}
</style>