Shades of Jordy Blue #729EDB
Tints of Jordy Blue #729EDB
RGB
CMYK
RGB Variations
Color information
#729EDB (or 0x729EDB) is known color: Jordy Blue. HEX triplet: 72, 9E and DB. RGB value is (114,158,219). Sum of RGB (Red+Green+Blue) = 114+158+219=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #729EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729EDB is #8D6124. Grayscale: #979797. Windows color (decimal): -9265445 or 14392946. OLE color: 14392946.
HSL color Cylindrical-coordinate representation of color #729EDB: hue angle of 214.86º 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 #729EDB is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 158 | 219 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.14 |
| HSL | 214.86º | 0.59% | 0.65% | - |
| HSV(B) | 214.86º | 0.48% | 0.86% | - |
| XYZ | 31.95 | 33.15 | 71.73 | - |
| YUV | 151.8 | 165.92 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 219 | 0.48 | 0.28 | 0 | 0.14 | 214.86 | 0.59 | 0.65 |
| Hex | 72 | 9E | DB | 30 | 1C | 0 | E | D7 | 3B | 41 |
| Octal | 162 | 236 | 333 | 60 | 34 | 0 | 16 | 327 | 73 | 101 |
| Binary | 1110010 | 10011110 | 11011011 | 110000 | 11100 | 0 | 1110 | 11010111 | 111011 | 1000001 |
Color Harmonies of #729EDB
Complementary color
Monochromatic Colors of #729EDB
Black with #729EDB
Text Example
Text Example
White with #729EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729EDB; }
p { color: rgb(114,158,219); }
H1.HeaderClassName
{
color: #729EDB;
}
.AnyTagClassName
{
color: #729EDB;
}
</style>
background-color css
<style>
a { background-color: #729EDB; }
a { background-color: rgb(114,158,219); }
div.DivClassName
{
background-color: #729EDB;
}
.BgClassName
{
background-color: #729EDB;
}
</style>
border-color css
<style>
span { border-color: #729EDB; }
span { border-color: rgb(114,158,219); }
td.TdClassName
{
border-color: #729EDB;
}
.TagClassName
{
border-color: #729EDB;
}
</style>