Shades of Jordy Blue #729AD0
Tints of Jordy Blue #729AD0
RGB
CMYK
RGB Variations
Color information
#729AD0 (or 0x729AD0) is known color: Jordy Blue. HEX triplet: 72, 9A and D0. RGB value is (114,154,208). Sum of RGB (Red+Green+Blue) = 114+154+208=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #729AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729AD0 is #8D652F. Grayscale: #939393. Windows color (decimal): -9266480 or 13671026. OLE color: 13671026.
HSL color Cylindrical-coordinate representation of color #729AD0: hue angle of 214.47º 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 #729AD0 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 154 | 208 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.18 |
| HSL | 214.47º | 0.5% | 0.63% | - |
| HSV(B) | 214.47º | 0.45% | 0.82% | - |
| XYZ | 29.88 | 31.24 | 64.13 | - |
| YUV | 148.2 | 161.75 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 208 | 0.45 | 0.26 | 0 | 0.18 | 214.47 | 0.5 | 0.63 |
| Hex | 72 | 9A | D0 | 2D | 1A | 0 | 12 | D6 | 32 | 3F |
| Octal | 162 | 232 | 320 | 55 | 32 | 0 | 22 | 326 | 62 | 77 |
| Binary | 1110010 | 10011010 | 11010000 | 101101 | 11010 | 0 | 10010 | 11010110 | 110010 | 111111 |
Color Harmonies of #729AD0
Complementary color
Monochromatic Colors of #729AD0
Black with #729AD0
Text Example
Text Example
White with #729AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729AD0; }
p { color: rgb(114,154,208); }
H1.HeaderClassName
{
color: #729AD0;
}
.AnyTagClassName
{
color: #729AD0;
}
</style>
background-color css
<style>
a { background-color: #729AD0; }
a { background-color: rgb(114,154,208); }
div.DivClassName
{
background-color: #729AD0;
}
.BgClassName
{
background-color: #729AD0;
}
</style>
border-color css
<style>
span { border-color: #729AD0; }
span { border-color: rgb(114,154,208); }
td.TdClassName
{
border-color: #729AD0;
}
.TagClassName
{
border-color: #729AD0;
}
</style>