Shades of Jordy Blue #729EDD
Tints of Jordy Blue #729EDD
RGB
CMYK
RGB Variations
Color information
#729EDD (or 0x729EDD) is known color: Jordy Blue. HEX triplet: 72, 9E and DD. RGB value is (114,158,221). Sum of RGB (Red+Green+Blue) = 114+158+221=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #729EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729EDD is #8D6122. Grayscale: #979797. Windows color (decimal): -9265443 or 14524018. OLE color: 14524018.
HSL color Cylindrical-coordinate representation of color #729EDD: hue angle of 215.33º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #729EDD is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 158 | 221 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.13 |
| HSL | 215.33º | 0.61% | 0.66% | - |
| HSV(B) | 215.33º | 0.48% | 0.87% | - |
| XYZ | 32.22 | 33.25 | 73.13 | - |
| YUV | 152.03 | 166.92 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 221 | 0.48 | 0.29 | 0 | 0.13 | 215.33 | 0.61 | 0.66 |
| Hex | 72 | 9E | DD | 30 | 1D | 0 | D | D7 | 3D | 42 |
| Octal | 162 | 236 | 335 | 60 | 35 | 0 | 15 | 327 | 75 | 102 |
| Binary | 1110010 | 10011110 | 11011101 | 110000 | 11101 | 0 | 1101 | 11010111 | 111101 | 1000010 |
Color Harmonies of #729EDD
Complementary color
Monochromatic Colors of #729EDD
Black with #729EDD
Text Example
Text Example
White with #729EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729EDD; }
p { color: rgb(114,158,221); }
H1.HeaderClassName
{
color: #729EDD;
}
.AnyTagClassName
{
color: #729EDD;
}
</style>
background-color css
<style>
a { background-color: #729EDD; }
a { background-color: rgb(114,158,221); }
div.DivClassName
{
background-color: #729EDD;
}
.BgClassName
{
background-color: #729EDD;
}
</style>
border-color css
<style>
span { border-color: #729EDD; }
span { border-color: rgb(114,158,221); }
td.TdClassName
{
border-color: #729EDD;
}
.TagClassName
{
border-color: #729EDD;
}
</style>