Shades of Jordy Blue #75A0D7
Tints of Jordy Blue #75A0D7
RGB
CMYK
RGB Variations
Color information
#75A0D7 (or 0x75A0D7) is known color: Jordy Blue. HEX triplet: 75, A0 and D7. RGB value is (117,160,215). Sum of RGB (Red+Green+Blue) = 117+160+215=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #75A0D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A0D7 is #8A5F28. Grayscale: #999999. Windows color (decimal): -9068329 or 14131317. OLE color: 14131317.
HSL color Cylindrical-coordinate representation of color #75A0D7: hue angle of 213.67º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75A0D7 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 160 | 215 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.16 |
| HSL | 213.67º | 0.55% | 0.65% | - |
| HSV(B) | 213.67º | 0.46% | 0.84% | - |
| XYZ | 32.17 | 33.83 | 69.12 | - |
| YUV | 153.41 | 162.75 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 215 | 0.46 | 0.26 | 0 | 0.16 | 213.67 | 0.55 | 0.65 |
| Hex | 75 | A0 | D7 | 2E | 1A | 0 | 10 | D6 | 37 | 41 |
| Octal | 165 | 240 | 327 | 56 | 32 | 0 | 20 | 326 | 67 | 101 |
| Binary | 1110101 | 10100000 | 11010111 | 101110 | 11010 | 0 | 10000 | 11010110 | 110111 | 1000001 |
Color Harmonies of #75A0D7
Complementary color
Monochromatic Colors of #75A0D7
Black with #75A0D7
Text Example
Text Example
White with #75A0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A0D7; }
p { color: rgb(117,160,215); }
H1.HeaderClassName
{
color: #75A0D7;
}
.AnyTagClassName
{
color: #75A0D7;
}
</style>
background-color css
<style>
a { background-color: #75A0D7; }
a { background-color: rgb(117,160,215); }
div.DivClassName
{
background-color: #75A0D7;
}
.BgClassName
{
background-color: #75A0D7;
}
</style>
border-color css
<style>
span { border-color: #75A0D7; }
span { border-color: rgb(117,160,215); }
td.TdClassName
{
border-color: #75A0D7;
}
.TagClassName
{
border-color: #75A0D7;
}
</style>