Shades of Jordy Blue #759CDB
Tints of Jordy Blue #759CDB
RGB
CMYK
RGB Variations
Color information
#759CDB (or 0x759CDB) is known color: Jordy Blue. HEX triplet: 75, 9C and DB. RGB value is (117,156,219). Sum of RGB (Red+Green+Blue) = 117+156+219=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #759CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CDB is #8A6324. Grayscale: #979797. Windows color (decimal): -9069349 or 14392437. OLE color: 14392437.
HSL color Cylindrical-coordinate representation of color #759CDB: hue angle of 217.06º 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 #759CDB is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 156 | 219 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.14 |
| HSL | 217.06º | 0.59% | 0.66% | - |
| HSV(B) | 217.06º | 0.47% | 0.86% | - |
| XYZ | 32.01 | 32.67 | 71.64 | - |
| YUV | 151.52 | 166.08 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 219 | 0.47 | 0.29 | 0 | 0.14 | 217.06 | 0.59 | 0.66 |
| Hex | 75 | 9C | DB | 2F | 1D | 0 | E | D9 | 3B | 42 |
| Octal | 165 | 234 | 333 | 57 | 35 | 0 | 16 | 331 | 73 | 102 |
| Binary | 1110101 | 10011100 | 11011011 | 101111 | 11101 | 0 | 1110 | 11011001 | 111011 | 1000010 |
Color Harmonies of #759CDB
Complementary color
Monochromatic Colors of #759CDB
Black with #759CDB
Text Example
Text Example
White with #759CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759CDB; }
p { color: rgb(117,156,219); }
H1.HeaderClassName
{
color: #759CDB;
}
.AnyTagClassName
{
color: #759CDB;
}
</style>
background-color css
<style>
a { background-color: #759CDB; }
a { background-color: rgb(117,156,219); }
div.DivClassName
{
background-color: #759CDB;
}
.BgClassName
{
background-color: #759CDB;
}
</style>
border-color css
<style>
span { border-color: #759CDB; }
span { border-color: rgb(117,156,219); }
td.TdClassName
{
border-color: #759CDB;
}
.TagClassName
{
border-color: #759CDB;
}
</style>