Shades of Jordy Blue #729FDC
Tints of Jordy Blue #729FDC
RGB
CMYK
RGB Variations
Color information
#729FDC (or 0x729FDC) is known color: Jordy Blue. HEX triplet: 72, 9F and DC. RGB value is (114,159,220). Sum of RGB (Red+Green+Blue) = 114+159+220=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #729FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729FDC is #8D6023. Grayscale: #989898. Windows color (decimal): -9265188 or 14458738. OLE color: 14458738.
HSL color Cylindrical-coordinate representation of color #729FDC: hue angle of 214.53º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #729FDC is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 159 | 220 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.14 |
| HSL | 214.53º | 0.6% | 0.65% | - |
| HSV(B) | 214.53º | 0.48% | 0.86% | - |
| XYZ | 32.26 | 33.54 | 72.48 | - |
| YUV | 152.5 | 166.09 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 220 | 0.48 | 0.28 | 0 | 0.14 | 214.53 | 0.6 | 0.65 |
| Hex | 72 | 9F | DC | 30 | 1C | 0 | E | D7 | 3C | 41 |
| Octal | 162 | 237 | 334 | 60 | 34 | 0 | 16 | 327 | 74 | 101 |
| Binary | 1110010 | 10011111 | 11011100 | 110000 | 11100 | 0 | 1110 | 11010111 | 111100 | 1000001 |
Color Harmonies of #729FDC
Complementary color
Monochromatic Colors of #729FDC
Black with #729FDC
Text Example
Text Example
White with #729FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729FDC; }
p { color: rgb(114,159,220); }
H1.HeaderClassName
{
color: #729FDC;
}
.AnyTagClassName
{
color: #729FDC;
}
</style>
background-color css
<style>
a { background-color: #729FDC; }
a { background-color: rgb(114,159,220); }
div.DivClassName
{
background-color: #729FDC;
}
.BgClassName
{
background-color: #729FDC;
}
</style>
border-color css
<style>
span { border-color: #729FDC; }
span { border-color: rgb(114,159,220); }
td.TdClassName
{
border-color: #729FDC;
}
.TagClassName
{
border-color: #729FDC;
}
</style>