Shades of Jordy Blue #729FCC
Tints of Jordy Blue #729FCC
RGB
CMYK
RGB Variations
Color information
#729FCC (or 0x729FCC) is known color: Jordy Blue. HEX triplet: 72, 9F and CC. RGB value is (114,159,204). Sum of RGB (Red+Green+Blue) = 114+159+204=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #729FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729FCC is #8D6033. Grayscale: #969696. Windows color (decimal): -9265204 or 13410162. OLE color: 13410162.
HSL color Cylindrical-coordinate representation of color #729FCC: hue angle of 210º 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 #729FCC is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 159 | 204 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.2 |
| HSL | 210º | 0.47% | 0.62% | - |
| HSV(B) | 210º | 0.44% | 0.8% | - |
| XYZ | 30.24 | 32.73 | 61.85 | - |
| YUV | 150.68 | 158.09 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 204 | 0.44 | 0.22 | 0 | 0.2 | 210 | 0.47 | 0.62 |
| Hex | 72 | 9F | CC | 2C | 16 | 0 | 14 | D2 | 2F | 3E |
| Octal | 162 | 237 | 314 | 54 | 26 | 0 | 24 | 322 | 57 | 76 |
| Binary | 1110010 | 10011111 | 11001100 | 101100 | 10110 | 0 | 10100 | 11010010 | 101111 | 111110 |
Color Harmonies of #729FCC
Complementary color
Monochromatic Colors of #729FCC
Black with #729FCC
Text Example
Text Example
White with #729FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729FCC; }
p { color: rgb(114,159,204); }
H1.HeaderClassName
{
color: #729FCC;
}
.AnyTagClassName
{
color: #729FCC;
}
</style>
background-color css
<style>
a { background-color: #729FCC; }
a { background-color: rgb(114,159,204); }
div.DivClassName
{
background-color: #729FCC;
}
.BgClassName
{
background-color: #729FCC;
}
</style>
border-color css
<style>
span { border-color: #729FCC; }
span { border-color: rgb(114,159,204); }
td.TdClassName
{
border-color: #729FCC;
}
.TagClassName
{
border-color: #729FCC;
}
</style>