Shades of Jordy Blue #75A8DB
Tints of Jordy Blue #75A8DB
RGB
CMYK
RGB Variations
Color information
#75A8DB (or 0x75A8DB) is known color: Jordy Blue. HEX triplet: 75, A8 and DB. RGB value is (117,168,219). Sum of RGB (Red+Green+Blue) = 117+168+219=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #75A8DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8DB is #8A5724. Grayscale: #9E9E9E. Windows color (decimal): -9066277 or 14395509. OLE color: 14395509.
HSL color Cylindrical-coordinate representation of color #75A8DB: hue angle of 210º 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 #75A8DB is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 168 | 219 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.14 |
| HSL | 210º | 0.59% | 0.66% | - |
| HSV(B) | 210º | 0.47% | 0.86% | - |
| XYZ | 34.12 | 36.9 | 72.34 | - |
| YUV | 158.57 | 162.1 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 219 | 0.47 | 0.23 | 0 | 0.14 | 210 | 0.59 | 0.66 |
| Hex | 75 | A8 | DB | 2F | 17 | 0 | E | D2 | 3B | 42 |
| Octal | 165 | 250 | 333 | 57 | 27 | 0 | 16 | 322 | 73 | 102 |
| Binary | 1110101 | 10101000 | 11011011 | 101111 | 10111 | 0 | 1110 | 11010010 | 111011 | 1000010 |
Color Harmonies of #75A8DB
Complementary color
Monochromatic Colors of #75A8DB
Black with #75A8DB
Text Example
Text Example
White with #75A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A8DB; }
p { color: rgb(117,168,219); }
H1.HeaderClassName
{
color: #75A8DB;
}
.AnyTagClassName
{
color: #75A8DB;
}
</style>
background-color css
<style>
a { background-color: #75A8DB; }
a { background-color: rgb(117,168,219); }
div.DivClassName
{
background-color: #75A8DB;
}
.BgClassName
{
background-color: #75A8DB;
}
</style>
border-color css
<style>
span { border-color: #75A8DB; }
span { border-color: rgb(117,168,219); }
td.TdClassName
{
border-color: #75A8DB;
}
.TagClassName
{
border-color: #75A8DB;
}
</style>