Shades of Jordy Blue #729ADB
Tints of Jordy Blue #729ADB
RGB
CMYK
RGB Variations
Color information
#729ADB (or 0x729ADB) is known color: Jordy Blue. HEX triplet: 72, 9A and DB. RGB value is (114,154,219). Sum of RGB (Red+Green+Blue) = 114+154+219=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #729ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729ADB is #8D6524. Grayscale: #959595. Windows color (decimal): -9266469 or 14391922. OLE color: 14391922.
HSL color Cylindrical-coordinate representation of color #729ADB: hue angle of 217.14º 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 #729ADB is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 154 | 219 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.14 |
| HSL | 217.14º | 0.59% | 0.65% | - |
| HSV(B) | 217.14º | 0.48% | 0.86% | - |
| XYZ | 31.28 | 31.8 | 71.51 | - |
| YUV | 149.45 | 167.25 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 219 | 0.48 | 0.30 | 0 | 0.14 | 217.14 | 0.59 | 0.65 |
| Hex | 72 | 9A | DB | 30 | 1E | 0 | E | D9 | 3B | 41 |
| Octal | 162 | 232 | 333 | 60 | 36 | 0 | 16 | 331 | 73 | 101 |
| Binary | 1110010 | 10011010 | 11011011 | 110000 | 11110 | 0 | 1110 | 11011001 | 111011 | 1000001 |
Color Harmonies of #729ADB
Complementary color
Monochromatic Colors of #729ADB
Black with #729ADB
Text Example
Text Example
White with #729ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729ADB; }
p { color: rgb(114,154,219); }
H1.HeaderClassName
{
color: #729ADB;
}
.AnyTagClassName
{
color: #729ADB;
}
</style>
background-color css
<style>
a { background-color: #729ADB; }
a { background-color: rgb(114,154,219); }
div.DivClassName
{
background-color: #729ADB;
}
.BgClassName
{
background-color: #729ADB;
}
</style>
border-color css
<style>
span { border-color: #729ADB; }
span { border-color: rgb(114,154,219); }
td.TdClassName
{
border-color: #729ADB;
}
.TagClassName
{
border-color: #729ADB;
}
</style>