Shades of Jordy Blue #75A0DC
Tints of Jordy Blue #75A0DC
RGB
CMYK
RGB Variations
Color information
#75A0DC (or 0x75A0DC) is known color: Jordy Blue. HEX triplet: 75, A0 and DC. RGB value is (117,160,220). Sum of RGB (Red+Green+Blue) = 117+160+220=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #75A0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A0DC is #8A5F23. Grayscale: #999999. Windows color (decimal): -9068324 or 14458997. OLE color: 14458997.
HSL color Cylindrical-coordinate representation of color #75A0DC: hue angle of 214.95º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75A0DC is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 160 | 220 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.14 |
| HSL | 214.95º | 0.6% | 0.66% | - |
| HSV(B) | 214.95º | 0.47% | 0.86% | - |
| XYZ | 32.83 | 34.09 | 72.56 | - |
| YUV | 153.98 | 165.25 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 220 | 0.47 | 0.27 | 0 | 0.14 | 214.95 | 0.6 | 0.66 |
| Hex | 75 | A0 | DC | 2F | 1B | 0 | E | D7 | 3C | 42 |
| Octal | 165 | 240 | 334 | 57 | 33 | 0 | 16 | 327 | 74 | 102 |
| Binary | 1110101 | 10100000 | 11011100 | 101111 | 11011 | 0 | 1110 | 11010111 | 111100 | 1000010 |
Color Harmonies of #75A0DC
Complementary color
Monochromatic Colors of #75A0DC
Black with #75A0DC
Text Example
Text Example
White with #75A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A0DC; }
p { color: rgb(117,160,220); }
H1.HeaderClassName
{
color: #75A0DC;
}
.AnyTagClassName
{
color: #75A0DC;
}
</style>
background-color css
<style>
a { background-color: #75A0DC; }
a { background-color: rgb(117,160,220); }
div.DivClassName
{
background-color: #75A0DC;
}
.BgClassName
{
background-color: #75A0DC;
}
</style>
border-color css
<style>
span { border-color: #75A0DC; }
span { border-color: rgb(117,160,220); }
td.TdClassName
{
border-color: #75A0DC;
}
.TagClassName
{
border-color: #75A0DC;
}
</style>