Shades of Jordy Blue #729FDB
Tints of Jordy Blue #729FDB
RGB
CMYK
RGB Variations
Color information
#729FDB (or 0x729FDB) is known color: Jordy Blue. HEX triplet: 72, 9F and DB. RGB value is (114,159,219). Sum of RGB (Red+Green+Blue) = 114+159+219=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #729FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729FDB is #8D6024. Grayscale: #989898. Windows color (decimal): -9265189 or 14393202. OLE color: 14393202.
HSL color Cylindrical-coordinate representation of color #729FDB: hue angle of 214.29º 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 #729FDB is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 159 | 219 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.14 |
| HSL | 214.29º | 0.59% | 0.65% | - |
| HSV(B) | 214.29º | 0.48% | 0.86% | - |
| XYZ | 32.12 | 33.49 | 71.79 | - |
| YUV | 152.39 | 165.59 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 219 | 0.48 | 0.27 | 0 | 0.14 | 214.29 | 0.59 | 0.65 |
| Hex | 72 | 9F | DB | 30 | 1B | 0 | E | D6 | 3B | 41 |
| Octal | 162 | 237 | 333 | 60 | 33 | 0 | 16 | 326 | 73 | 101 |
| Binary | 1110010 | 10011111 | 11011011 | 110000 | 11011 | 0 | 1110 | 11010110 | 111011 | 1000001 |
Color Harmonies of #729FDB
Complementary color
Monochromatic Colors of #729FDB
Black with #729FDB
Text Example
Text Example
White with #729FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729FDB; }
p { color: rgb(114,159,219); }
H1.HeaderClassName
{
color: #729FDB;
}
.AnyTagClassName
{
color: #729FDB;
}
</style>
background-color css
<style>
a { background-color: #729FDB; }
a { background-color: rgb(114,159,219); }
div.DivClassName
{
background-color: #729FDB;
}
.BgClassName
{
background-color: #729FDB;
}
</style>
border-color css
<style>
span { border-color: #729FDB; }
span { border-color: rgb(114,159,219); }
td.TdClassName
{
border-color: #729FDB;
}
.TagClassName
{
border-color: #729FDB;
}
</style>