Shades of Jordy Blue #75A0DB
Tints of Jordy Blue #75A0DB
RGB
CMYK
RGB Variations
Color information
#75A0DB (or 0x75A0DB) is known color: Jordy Blue. HEX triplet: 75, A0 and DB. RGB value is (117,160,219). Sum of RGB (Red+Green+Blue) = 117+160+219=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #75A0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A0DB is #8A5F24. Grayscale: #999999. Windows color (decimal): -9068325 or 14393461. OLE color: 14393461.
HSL color Cylindrical-coordinate representation of color #75A0DB: hue angle of 214.71º degrees, saturation: 0.59, 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 #75A0DB is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 160 | 219 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.14 |
| HSL | 214.71º | 0.59% | 0.66% | - |
| HSV(B) | 214.71º | 0.47% | 0.86% | - |
| XYZ | 32.69 | 34.04 | 71.86 | - |
| YUV | 153.87 | 164.75 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 219 | 0.47 | 0.27 | 0 | 0.14 | 214.71 | 0.59 | 0.66 |
| Hex | 75 | A0 | DB | 2F | 1B | 0 | E | D7 | 3B | 42 |
| Octal | 165 | 240 | 333 | 57 | 33 | 0 | 16 | 327 | 73 | 102 |
| Binary | 1110101 | 10100000 | 11011011 | 101111 | 11011 | 0 | 1110 | 11010111 | 111011 | 1000010 |
Color Harmonies of #75A0DB
Complementary color
Monochromatic Colors of #75A0DB
Black with #75A0DB
Text Example
Text Example
White with #75A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A0DB; }
p { color: rgb(117,160,219); }
H1.HeaderClassName
{
color: #75A0DB;
}
.AnyTagClassName
{
color: #75A0DB;
}
</style>
background-color css
<style>
a { background-color: #75A0DB; }
a { background-color: rgb(117,160,219); }
div.DivClassName
{
background-color: #75A0DB;
}
.BgClassName
{
background-color: #75A0DB;
}
</style>
border-color css
<style>
span { border-color: #75A0DB; }
span { border-color: rgb(117,160,219); }
td.TdClassName
{
border-color: #75A0DB;
}
.TagClassName
{
border-color: #75A0DB;
}
</style>