Shades of Jordy Blue #729AD6
Tints of Jordy Blue #729AD6
RGB
CMYK
RGB Variations
Color information
#729AD6 (or 0x729AD6) is known color: Jordy Blue. HEX triplet: 72, 9A and D6. RGB value is (114,154,214). Sum of RGB (Red+Green+Blue) = 114+154+214=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #729AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729AD6 is #8D6529. Grayscale: #949494. Windows color (decimal): -9266474 or 14064242. OLE color: 14064242.
HSL color Cylindrical-coordinate representation of color #729AD6: hue angle of 216º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #729AD6 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 154 | 214 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.16 |
| HSL | 216º | 0.55% | 0.64% | - |
| HSV(B) | 216º | 0.47% | 0.84% | - |
| XYZ | 30.63 | 31.54 | 68.09 | - |
| YUV | 148.88 | 164.75 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 214 | 0.47 | 0.28 | 0 | 0.16 | 216 | 0.55 | 0.64 |
| Hex | 72 | 9A | D6 | 2F | 1C | 0 | 10 | D8 | 37 | 40 |
| Octal | 162 | 232 | 326 | 57 | 34 | 0 | 20 | 330 | 67 | 100 |
| Binary | 1110010 | 10011010 | 11010110 | 101111 | 11100 | 0 | 10000 | 11011000 | 110111 | 1000000 |
Color Harmonies of #729AD6
Complementary color
Monochromatic Colors of #729AD6
Black with #729AD6
Text Example
Text Example
White with #729AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729AD6; }
p { color: rgb(114,154,214); }
H1.HeaderClassName
{
color: #729AD6;
}
.AnyTagClassName
{
color: #729AD6;
}
</style>
background-color css
<style>
a { background-color: #729AD6; }
a { background-color: rgb(114,154,214); }
div.DivClassName
{
background-color: #729AD6;
}
.BgClassName
{
background-color: #729AD6;
}
</style>
border-color css
<style>
span { border-color: #729AD6; }
span { border-color: rgb(114,154,214); }
td.TdClassName
{
border-color: #729AD6;
}
.TagClassName
{
border-color: #729AD6;
}
</style>