Shades of Jordy Blue #75A7DD
Tints of Jordy Blue #75A7DD
RGB
CMYK
RGB Variations
Color information
#75A7DD (or 0x75A7DD) is known color: Jordy Blue. HEX triplet: 75, A7 and DD. RGB value is (117,167,221). Sum of RGB (Red+Green+Blue) = 117+167+221=505 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.17% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #75A7DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A7DD is #8A5822. Grayscale: #9D9D9D. Windows color (decimal): -9066531 or 14526325. OLE color: 14526325.
HSL color Cylindrical-coordinate representation of color #75A7DD: hue angle of 211.15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75A7DD is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 167 | 221 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.13 |
| HSL | 211.15º | 0.6% | 0.66% | - |
| HSV(B) | 211.15º | 0.47% | 0.87% | - |
| XYZ | 34.21 | 36.64 | 73.68 | - |
| YUV | 158.21 | 163.44 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 167 | 221 | 0.47 | 0.24 | 0 | 0.13 | 211.15 | 0.6 | 0.66 |
| Hex | 75 | A7 | DD | 2F | 18 | 0 | D | D3 | 3C | 42 |
| Octal | 165 | 247 | 335 | 57 | 30 | 0 | 15 | 323 | 74 | 102 |
| Binary | 1110101 | 10100111 | 11011101 | 101111 | 11000 | 0 | 1101 | 11010011 | 111100 | 1000010 |
Color Harmonies of #75A7DD
Complementary color
Monochromatic Colors of #75A7DD
Black with #75A7DD
Text Example
Text Example
White with #75A7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A7DD; }
p { color: rgb(117,167,221); }
H1.HeaderClassName
{
color: #75A7DD;
}
.AnyTagClassName
{
color: #75A7DD;
}
</style>
background-color css
<style>
a { background-color: #75A7DD; }
a { background-color: rgb(117,167,221); }
div.DivClassName
{
background-color: #75A7DD;
}
.BgClassName
{
background-color: #75A7DD;
}
</style>
border-color css
<style>
span { border-color: #75A7DD; }
span { border-color: rgb(117,167,221); }
td.TdClassName
{
border-color: #75A7DD;
}
.TagClassName
{
border-color: #75A7DD;
}
</style>