Shades of Jordy Blue #729ECC
Tints of Jordy Blue #729ECC
RGB
CMYK
RGB Variations
Color information
#729ECC (or 0x729ECC) is known color: Jordy Blue. HEX triplet: 72, 9E and CC. RGB value is (114,158,204). Sum of RGB (Red+Green+Blue) = 114+158+204=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #729ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729ECC is #8D6133. Grayscale: #959595. Windows color (decimal): -9265460 or 13409906. OLE color: 13409906.
HSL color Cylindrical-coordinate representation of color #729ECC: hue angle of 210.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #729ECC is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 158 | 204 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.2 |
| HSL | 210.67º | 0.47% | 0.62% | - |
| HSV(B) | 210.67º | 0.44% | 0.8% | - |
| XYZ | 30.07 | 32.39 | 61.79 | - |
| YUV | 150.09 | 158.42 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 204 | 0.44 | 0.23 | 0 | 0.2 | 210.67 | 0.47 | 0.62 |
| Hex | 72 | 9E | CC | 2C | 17 | 0 | 14 | D3 | 2F | 3E |
| Octal | 162 | 236 | 314 | 54 | 27 | 0 | 24 | 323 | 57 | 76 |
| Binary | 1110010 | 10011110 | 11001100 | 101100 | 10111 | 0 | 10100 | 11010011 | 101111 | 111110 |
Color Harmonies of #729ECC
Complementary color
Monochromatic Colors of #729ECC
Black with #729ECC
Text Example
Text Example
White with #729ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729ECC; }
p { color: rgb(114,158,204); }
H1.HeaderClassName
{
color: #729ECC;
}
.AnyTagClassName
{
color: #729ECC;
}
</style>
background-color css
<style>
a { background-color: #729ECC; }
a { background-color: rgb(114,158,204); }
div.DivClassName
{
background-color: #729ECC;
}
.BgClassName
{
background-color: #729ECC;
}
</style>
border-color css
<style>
span { border-color: #729ECC; }
span { border-color: rgb(114,158,204); }
td.TdClassName
{
border-color: #729ECC;
}
.TagClassName
{
border-color: #729ECC;
}
</style>