Shades of Jordy Blue #729AD9
Tints of Jordy Blue #729AD9
RGB
CMYK
RGB Variations
Color information
#729AD9 (or 0x729AD9) is known color: Jordy Blue. HEX triplet: 72, 9A and D9. RGB value is (114,154,217). Sum of RGB (Red+Green+Blue) = 114+154+217=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #729AD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729AD9 is #8D6526. Grayscale: #949494. Windows color (decimal): -9266471 or 14260850. OLE color: 14260850.
HSL color Cylindrical-coordinate representation of color #729AD9: hue angle of 216.7º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #729AD9 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 154 | 217 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.15 |
| HSL | 216.7º | 0.58% | 0.65% | - |
| HSV(B) | 216.7º | 0.47% | 0.85% | - |
| XYZ | 31.02 | 31.7 | 70.13 | - |
| YUV | 149.22 | 166.25 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 217 | 0.47 | 0.29 | 0 | 0.15 | 216.7 | 0.58 | 0.65 |
| Hex | 72 | 9A | D9 | 2F | 1D | 0 | F | D9 | 3A | 41 |
| Octal | 162 | 232 | 331 | 57 | 35 | 0 | 17 | 331 | 72 | 101 |
| Binary | 1110010 | 10011010 | 11011001 | 101111 | 11101 | 0 | 1111 | 11011001 | 111010 | 1000001 |
Color Harmonies of #729AD9
Complementary color
Monochromatic Colors of #729AD9
Black with #729AD9
Text Example
Text Example
White with #729AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729AD9; }
p { color: rgb(114,154,217); }
H1.HeaderClassName
{
color: #729AD9;
}
.AnyTagClassName
{
color: #729AD9;
}
</style>
background-color css
<style>
a { background-color: #729AD9; }
a { background-color: rgb(114,154,217); }
div.DivClassName
{
background-color: #729AD9;
}
.BgClassName
{
background-color: #729AD9;
}
</style>
border-color css
<style>
span { border-color: #729AD9; }
span { border-color: rgb(114,154,217); }
td.TdClassName
{
border-color: #729AD9;
}
.TagClassName
{
border-color: #729AD9;
}
</style>