Shades of Jordy Blue #729BDB
Tints of Jordy Blue #729BDB
RGB
CMYK
RGB Variations
Color information
#729BDB (or 0x729BDB) is known color: Jordy Blue. HEX triplet: 72, 9B and DB. RGB value is (114,155,219). Sum of RGB (Red+Green+Blue) = 114+155+219=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #729BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729BDB is #8D6424. Grayscale: #959595. Windows color (decimal): -9266213 or 14392178. OLE color: 14392178.
HSL color Cylindrical-coordinate representation of color #729BDB: hue angle of 216.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #729BDB is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 155 | 219 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.14 |
| HSL | 216.57º | 0.59% | 0.65% | - |
| HSV(B) | 216.57º | 0.48% | 0.86% | - |
| XYZ | 31.45 | 32.13 | 71.56 | - |
| YUV | 150.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 219 | 0.48 | 0.29 | 0 | 0.14 | 216.57 | 0.59 | 0.65 |
| Hex | 72 | 9B | DB | 30 | 1D | 0 | E | D9 | 3B | 41 |
| Octal | 162 | 233 | 333 | 60 | 35 | 0 | 16 | 331 | 73 | 101 |
| Binary | 1110010 | 10011011 | 11011011 | 110000 | 11101 | 0 | 1110 | 11011001 | 111011 | 1000001 |
Color Harmonies of #729BDB
Complementary color
Monochromatic Colors of #729BDB
Black with #729BDB
Text Example
Text Example
White with #729BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BDB; }
p { color: rgb(114,155,219); }
H1.HeaderClassName
{
color: #729BDB;
}
.AnyTagClassName
{
color: #729BDB;
}
</style>
background-color css
<style>
a { background-color: #729BDB; }
a { background-color: rgb(114,155,219); }
div.DivClassName
{
background-color: #729BDB;
}
.BgClassName
{
background-color: #729BDB;
}
</style>
border-color css
<style>
span { border-color: #729BDB; }
span { border-color: rgb(114,155,219); }
td.TdClassName
{
border-color: #729BDB;
}
.TagClassName
{
border-color: #729BDB;
}
</style>