Shades of Jordy Blue #729FD0
Tints of Jordy Blue #729FD0
RGB
CMYK
RGB Variations
Color information
#729FD0 (or 0x729FD0) is known color: Jordy Blue. HEX triplet: 72, 9F and D0. RGB value is (114,159,208). Sum of RGB (Red+Green+Blue) = 114+159+208=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #729FD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729FD0 is #8D602F. Grayscale: #969696. Windows color (decimal): -9265200 or 13672306. OLE color: 13672306.
HSL color Cylindrical-coordinate representation of color #729FD0: hue angle of 211.28º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #729FD0 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 159 | 208 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.18 |
| HSL | 211.28º | 0.5% | 0.63% | - |
| HSV(B) | 211.28º | 0.45% | 0.82% | - |
| XYZ | 30.72 | 32.93 | 64.41 | - |
| YUV | 151.13 | 160.09 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 208 | 0.45 | 0.24 | 0 | 0.18 | 211.28 | 0.5 | 0.63 |
| Hex | 72 | 9F | D0 | 2D | 18 | 0 | 12 | D3 | 32 | 3F |
| Octal | 162 | 237 | 320 | 55 | 30 | 0 | 22 | 323 | 62 | 77 |
| Binary | 1110010 | 10011111 | 11010000 | 101101 | 11000 | 0 | 10010 | 11010011 | 110010 | 111111 |
Color Harmonies of #729FD0
Complementary color
Monochromatic Colors of #729FD0
Black with #729FD0
Text Example
Text Example
White with #729FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729FD0; }
p { color: rgb(114,159,208); }
H1.HeaderClassName
{
color: #729FD0;
}
.AnyTagClassName
{
color: #729FD0;
}
</style>
background-color css
<style>
a { background-color: #729FD0; }
a { background-color: rgb(114,159,208); }
div.DivClassName
{
background-color: #729FD0;
}
.BgClassName
{
background-color: #729FD0;
}
</style>
border-color css
<style>
span { border-color: #729FD0; }
span { border-color: rgb(114,159,208); }
td.TdClassName
{
border-color: #729FD0;
}
.TagClassName
{
border-color: #729FD0;
}
</style>