Shades of Jordy Blue #729CCD
Tints of Jordy Blue #729CCD
RGB
CMYK
RGB Variations
Color information
#729CCD (or 0x729CCD) is known color: Jordy Blue. HEX triplet: 72, 9C and CD. RGB value is (114,156,205). Sum of RGB (Red+Green+Blue) = 114+156+205=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #729CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729CCD is #8D6332. Grayscale: #949494. Windows color (decimal): -9265971 or 13474930. OLE color: 13474930.
HSL color Cylindrical-coordinate representation of color #729CCD: hue angle of 212.31º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #729CCD is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 156 | 205 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.20 |
| HSL | 212.31º | 0.48% | 0.63% | - |
| HSV(B) | 212.31º | 0.44% | 0.8% | - |
| XYZ | 29.85 | 31.76 | 62.32 | - |
| YUV | 149.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 205 | 0.44 | 0.24 | 0 | 0.20 | 212.31 | 0.48 | 0.63 |
| Hex | 72 | 9C | CD | 2C | 18 | 0 | 14 | D4 | 30 | 3F |
| Octal | 162 | 234 | 315 | 54 | 30 | 0 | 24 | 324 | 60 | 77 |
| Binary | 1110010 | 10011100 | 11001101 | 101100 | 11000 | 0 | 10100 | 11010100 | 110000 | 111111 |
Color Harmonies of #729CCD
Complementary color
Monochromatic Colors of #729CCD
Black with #729CCD
Text Example
Text Example
White with #729CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729CCD; }
p { color: rgb(114,156,205); }
H1.HeaderClassName
{
color: #729CCD;
}
.AnyTagClassName
{
color: #729CCD;
}
</style>
background-color css
<style>
a { background-color: #729CCD; }
a { background-color: rgb(114,156,205); }
div.DivClassName
{
background-color: #729CCD;
}
.BgClassName
{
background-color: #729CCD;
}
</style>
border-color css
<style>
span { border-color: #729CCD; }
span { border-color: rgb(114,156,205); }
td.TdClassName
{
border-color: #729CCD;
}
.TagClassName
{
border-color: #729CCD;
}
</style>