Shades of Jordy Blue #729FCD
Tints of Jordy Blue #729FCD
RGB
CMYK
RGB Variations
Color information
#729FCD (or 0x729FCD) is known color: Jordy Blue. HEX triplet: 72, 9F and CD. RGB value is (114,159,205). Sum of RGB (Red+Green+Blue) = 114+159+205=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #729FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729FCD is #8D6032. Grayscale: #969696. Windows color (decimal): -9265203 or 13475698. OLE color: 13475698.
HSL color Cylindrical-coordinate representation of color #729FCD: hue angle of 210.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #729FCD is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 159 | 205 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.20 |
| HSL | 210.33º | 0.48% | 0.63% | - |
| HSV(B) | 210.33º | 0.44% | 0.8% | - |
| XYZ | 30.36 | 32.78 | 62.49 | - |
| YUV | 150.79 | 158.59 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 205 | 0.44 | 0.22 | 0 | 0.20 | 210.33 | 0.48 | 0.63 |
| Hex | 72 | 9F | CD | 2C | 16 | 0 | 14 | D2 | 30 | 3F |
| Octal | 162 | 237 | 315 | 54 | 26 | 0 | 24 | 322 | 60 | 77 |
| Binary | 1110010 | 10011111 | 11001101 | 101100 | 10110 | 0 | 10100 | 11010010 | 110000 | 111111 |
Color Harmonies of #729FCD
Complementary color
Monochromatic Colors of #729FCD
Black with #729FCD
Text Example
Text Example
White with #729FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729FCD; }
p { color: rgb(114,159,205); }
H1.HeaderClassName
{
color: #729FCD;
}
.AnyTagClassName
{
color: #729FCD;
}
</style>
background-color css
<style>
a { background-color: #729FCD; }
a { background-color: rgb(114,159,205); }
div.DivClassName
{
background-color: #729FCD;
}
.BgClassName
{
background-color: #729FCD;
}
</style>
border-color css
<style>
span { border-color: #729FCD; }
span { border-color: rgb(114,159,205); }
td.TdClassName
{
border-color: #729FCD;
}
.TagClassName
{
border-color: #729FCD;
}
</style>