Shades of Jordy Blue #729ACE
Tints of Jordy Blue #729ACE
RGB
CMYK
RGB Variations
Color information
#729ACE (or 0x729ACE) is known color: Jordy Blue. HEX triplet: 72, 9A and CE. RGB value is (114,154,206). Sum of RGB (Red+Green+Blue) = 114+154+206=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #729ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729ACE is #8D6531. Grayscale: #939393. Windows color (decimal): -9266482 or 13539954. OLE color: 13539954.
HSL color Cylindrical-coordinate representation of color #729ACE: hue angle of 213.91º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #729ACE is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 154 | 206 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.19 |
| HSL | 213.91º | 0.48% | 0.63% | - |
| HSV(B) | 213.91º | 0.45% | 0.81% | - |
| XYZ | 29.64 | 31.14 | 62.84 | - |
| YUV | 147.97 | 160.75 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 206 | 0.45 | 0.25 | 0 | 0.19 | 213.91 | 0.48 | 0.63 |
| Hex | 72 | 9A | CE | 2D | 19 | 0 | 13 | D6 | 30 | 3F |
| Octal | 162 | 232 | 316 | 55 | 31 | 0 | 23 | 326 | 60 | 77 |
| Binary | 1110010 | 10011010 | 11001110 | 101101 | 11001 | 0 | 10011 | 11010110 | 110000 | 111111 |
Color Harmonies of #729ACE
Complementary color
Monochromatic Colors of #729ACE
Black with #729ACE
Text Example
Text Example
White with #729ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729ACE; }
p { color: rgb(114,154,206); }
H1.HeaderClassName
{
color: #729ACE;
}
.AnyTagClassName
{
color: #729ACE;
}
</style>
background-color css
<style>
a { background-color: #729ACE; }
a { background-color: rgb(114,154,206); }
div.DivClassName
{
background-color: #729ACE;
}
.BgClassName
{
background-color: #729ACE;
}
</style>
border-color css
<style>
span { border-color: #729ACE; }
span { border-color: rgb(114,154,206); }
td.TdClassName
{
border-color: #729ACE;
}
.TagClassName
{
border-color: #729ACE;
}
</style>