Shades of Jordy Blue #729EE5
Tints of Jordy Blue #729EE5
RGB
CMYK
RGB Variations
Color information
#729EE5 (or 0x729EE5) is known color: Jordy Blue. HEX triplet: 72, 9E and E5. RGB value is (114,158,229). Sum of RGB (Red+Green+Blue) = 114+158+229=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #729EE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729EE5 is #8D611A. Grayscale: #989898. Windows color (decimal): -9265435 or 15048306. OLE color: 15048306.
HSL color Cylindrical-coordinate representation of color #729EE5: hue angle of 217.04º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #729EE5 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 158 | 229 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.10 |
| HSL | 217.04º | 0.69% | 0.67% | - |
| HSV(B) | 217.04º | 0.5% | 0.9% | - |
| XYZ | 33.31 | 33.69 | 78.88 | - |
| YUV | 152.94 | 170.92 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 229 | 0.50 | 0.31 | 0 | 0.10 | 217.04 | 0.69 | 0.67 |
| Hex | 72 | 9E | E5 | 32 | 1F | 0 | A | D9 | 45 | 43 |
| Octal | 162 | 236 | 345 | 62 | 37 | 0 | 12 | 331 | 105 | 103 |
| Binary | 1110010 | 10011110 | 11100101 | 110010 | 11111 | 0 | 1010 | 11011001 | 1000101 | 1000011 |
Color Harmonies of #729EE5
Complementary color
Monochromatic Colors of #729EE5
Black with #729EE5
Text Example
Text Example
White with #729EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729EE5; }
p { color: rgb(114,158,229); }
H1.HeaderClassName
{
color: #729EE5;
}
.AnyTagClassName
{
color: #729EE5;
}
</style>
background-color css
<style>
a { background-color: #729EE5; }
a { background-color: rgb(114,158,229); }
div.DivClassName
{
background-color: #729EE5;
}
.BgClassName
{
background-color: #729EE5;
}
</style>
border-color css
<style>
span { border-color: #729EE5; }
span { border-color: rgb(114,158,229); }
td.TdClassName
{
border-color: #729EE5;
}
.TagClassName
{
border-color: #729EE5;
}
</style>