Shades of Jordy Blue #75A3DB
Tints of Jordy Blue #75A3DB
RGB
CMYK
RGB Variations
Color information
#75A3DB (or 0x75A3DB) is known color: Jordy Blue. HEX triplet: 75, A3 and DB. RGB value is (117,163,219). Sum of RGB (Red+Green+Blue) = 117+163+219=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #75A3DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A3DB is #8A5C24. Grayscale: #9B9B9B. Windows color (decimal): -9067557 or 14394229. OLE color: 14394229.
HSL color Cylindrical-coordinate representation of color #75A3DB: hue angle of 212.94º 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 #75A3DB is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 163 | 219 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.14 |
| HSL | 212.94º | 0.59% | 0.66% | - |
| HSV(B) | 212.94º | 0.47% | 0.86% | - |
| XYZ | 33.22 | 35.09 | 72.04 | - |
| YUV | 155.63 | 163.76 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 163 | 219 | 0.47 | 0.26 | 0 | 0.14 | 212.94 | 0.59 | 0.66 |
| Hex | 75 | A3 | DB | 2F | 1A | 0 | E | D5 | 3B | 42 |
| Octal | 165 | 243 | 333 | 57 | 32 | 0 | 16 | 325 | 73 | 102 |
| Binary | 1110101 | 10100011 | 11011011 | 101111 | 11010 | 0 | 1110 | 11010101 | 111011 | 1000010 |
Color Harmonies of #75A3DB
Complementary color
Monochromatic Colors of #75A3DB
Black with #75A3DB
Text Example
Text Example
White with #75A3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A3DB; }
p { color: rgb(117,163,219); }
H1.HeaderClassName
{
color: #75A3DB;
}
.AnyTagClassName
{
color: #75A3DB;
}
</style>
background-color css
<style>
a { background-color: #75A3DB; }
a { background-color: rgb(117,163,219); }
div.DivClassName
{
background-color: #75A3DB;
}
.BgClassName
{
background-color: #75A3DB;
}
</style>
border-color css
<style>
span { border-color: #75A3DB; }
span { border-color: rgb(117,163,219); }
td.TdClassName
{
border-color: #75A3DB;
}
.TagClassName
{
border-color: #75A3DB;
}
</style>