Shades of Jordy Blue #759BE0
Tints of Jordy Blue #759BE0
RGB
CMYK
RGB Variations
Color information
#759BE0 (or 0x759BE0) is known color: Jordy Blue. HEX triplet: 75, 9B and E0. RGB value is (117,155,224). Sum of RGB (Red+Green+Blue) = 117+155+224=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #759BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BE0 is #8A641F. Grayscale: #979797. Windows color (decimal): -9069600 or 14719861. OLE color: 14719861.
HSL color Cylindrical-coordinate representation of color #759BE0: hue angle of 218.69º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #759BE0 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 155 | 224 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.12 |
| HSL | 218.69º | 0.63% | 0.67% | - |
| HSV(B) | 218.69º | 0.48% | 0.88% | - |
| XYZ | 32.51 | 32.61 | 75.1 | - |
| YUV | 151.5 | 168.91 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 224 | 0.48 | 0.31 | 0 | 0.12 | 218.69 | 0.63 | 0.67 |
| Hex | 75 | 9B | E0 | 30 | 1F | 0 | C | DB | 3F | 43 |
| Octal | 165 | 233 | 340 | 60 | 37 | 0 | 14 | 333 | 77 | 103 |
| Binary | 1110101 | 10011011 | 11100000 | 110000 | 11111 | 0 | 1100 | 11011011 | 111111 | 1000011 |
Color Harmonies of #759BE0
Complementary color
Monochromatic Colors of #759BE0
Black with #759BE0
Text Example
Text Example
White with #759BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759BE0; }
p { color: rgb(117,155,224); }
H1.HeaderClassName
{
color: #759BE0;
}
.AnyTagClassName
{
color: #759BE0;
}
</style>
background-color css
<style>
a { background-color: #759BE0; }
a { background-color: rgb(117,155,224); }
div.DivClassName
{
background-color: #759BE0;
}
.BgClassName
{
background-color: #759BE0;
}
</style>
border-color css
<style>
span { border-color: #759BE0; }
span { border-color: rgb(117,155,224); }
td.TdClassName
{
border-color: #759BE0;
}
.TagClassName
{
border-color: #759BE0;
}
</style>