Shades of Jordy Blue #759ADB
Tints of Jordy Blue #759ADB
RGB
CMYK
RGB Variations
Color information
#759ADB (or 0x759ADB) is known color: Jordy Blue. HEX triplet: 75, 9A and DB. RGB value is (117,154,219). Sum of RGB (Red+Green+Blue) = 117+154+219=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #759ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759ADB is #8A6524. Grayscale: #969696. Windows color (decimal): -9069861 or 14391925. OLE color: 14391925.
HSL color Cylindrical-coordinate representation of color #759ADB: hue angle of 218.24º 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 #759ADB is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 154 | 219 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.14 |
| HSL | 218.24º | 0.59% | 0.66% | - |
| HSV(B) | 218.24º | 0.47% | 0.86% | - |
| XYZ | 31.68 | 32.01 | 71.53 | - |
| YUV | 150.35 | 166.74 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 154 | 219 | 0.47 | 0.30 | 0 | 0.14 | 218.24 | 0.59 | 0.66 |
| Hex | 75 | 9A | DB | 2F | 1E | 0 | E | DA | 3B | 42 |
| Octal | 165 | 232 | 333 | 57 | 36 | 0 | 16 | 332 | 73 | 102 |
| Binary | 1110101 | 10011010 | 11011011 | 101111 | 11110 | 0 | 1110 | 11011010 | 111011 | 1000010 |
Color Harmonies of #759ADB
Complementary color
Monochromatic Colors of #759ADB
Black with #759ADB
Text Example
Text Example
White with #759ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759ADB; }
p { color: rgb(117,154,219); }
H1.HeaderClassName
{
color: #759ADB;
}
.AnyTagClassName
{
color: #759ADB;
}
</style>
background-color css
<style>
a { background-color: #759ADB; }
a { background-color: rgb(117,154,219); }
div.DivClassName
{
background-color: #759ADB;
}
.BgClassName
{
background-color: #759ADB;
}
</style>
border-color css
<style>
span { border-color: #759ADB; }
span { border-color: rgb(117,154,219); }
td.TdClassName
{
border-color: #759ADB;
}
.TagClassName
{
border-color: #759ADB;
}
</style>