Shades of Jordy Blue #729EDC
Tints of Jordy Blue #729EDC
RGB
CMYK
RGB Variations
Color information
#729EDC (or 0x729EDC) is known color: Jordy Blue. HEX triplet: 72, 9E and DC. RGB value is (114,158,220). Sum of RGB (Red+Green+Blue) = 114+158+220=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #729EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729EDC is #8D6123. Grayscale: #979797. Windows color (decimal): -9265444 or 14458482. OLE color: 14458482.
HSL color Cylindrical-coordinate representation of color #729EDC: hue angle of 215.09º 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 #729EDC is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 158 | 220 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.14 |
| HSL | 215.09º | 0.6% | 0.65% | - |
| HSV(B) | 215.09º | 0.48% | 0.86% | - |
| XYZ | 32.08 | 33.2 | 72.43 | - |
| YUV | 151.91 | 166.42 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 220 | 0.48 | 0.28 | 0 | 0.14 | 215.09 | 0.6 | 0.65 |
| Hex | 72 | 9E | DC | 30 | 1C | 0 | E | D7 | 3C | 41 |
| Octal | 162 | 236 | 334 | 60 | 34 | 0 | 16 | 327 | 74 | 101 |
| Binary | 1110010 | 10011110 | 11011100 | 110000 | 11100 | 0 | 1110 | 11010111 | 111100 | 1000001 |
Color Harmonies of #729EDC
Complementary color
Monochromatic Colors of #729EDC
Black with #729EDC
Text Example
Text Example
White with #729EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729EDC; }
p { color: rgb(114,158,220); }
H1.HeaderClassName
{
color: #729EDC;
}
.AnyTagClassName
{
color: #729EDC;
}
</style>
background-color css
<style>
a { background-color: #729EDC; }
a { background-color: rgb(114,158,220); }
div.DivClassName
{
background-color: #729EDC;
}
.BgClassName
{
background-color: #729EDC;
}
</style>
border-color css
<style>
span { border-color: #729EDC; }
span { border-color: rgb(114,158,220); }
td.TdClassName
{
border-color: #729EDC;
}
.TagClassName
{
border-color: #729EDC;
}
</style>