Shades of Jordy Blue #729DDA
Tints of Jordy Blue #729DDA
RGB
CMYK
RGB Variations
Color information
#729DDA (or 0x729DDA) is known color: Jordy Blue. HEX triplet: 72, 9D and DA. RGB value is (114,157,218). Sum of RGB (Red+Green+Blue) = 114+157+218=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #729DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729DDA is #8D6225. Grayscale: #969696. Windows color (decimal): -9265702 or 14327154. OLE color: 14327154.
HSL color Cylindrical-coordinate representation of color #729DDA: hue angle of 215.19º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #729DDA is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 157 | 218 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.15 |
| HSL | 215.19º | 0.58% | 0.65% | - |
| HSV(B) | 215.19º | 0.48% | 0.85% | - |
| XYZ | 31.65 | 32.75 | 70.98 | - |
| YUV | 151.1 | 165.75 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 218 | 0.48 | 0.28 | 0 | 0.15 | 215.19 | 0.58 | 0.65 |
| Hex | 72 | 9D | DA | 30 | 1C | 0 | F | D7 | 3A | 41 |
| Octal | 162 | 235 | 332 | 60 | 34 | 0 | 17 | 327 | 72 | 101 |
| Binary | 1110010 | 10011101 | 11011010 | 110000 | 11100 | 0 | 1111 | 11010111 | 111010 | 1000001 |
Color Harmonies of #729DDA
Complementary color
Monochromatic Colors of #729DDA
Black with #729DDA
Text Example
Text Example
White with #729DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729DDA; }
p { color: rgb(114,157,218); }
H1.HeaderClassName
{
color: #729DDA;
}
.AnyTagClassName
{
color: #729DDA;
}
</style>
background-color css
<style>
a { background-color: #729DDA; }
a { background-color: rgb(114,157,218); }
div.DivClassName
{
background-color: #729DDA;
}
.BgClassName
{
background-color: #729DDA;
}
</style>
border-color css
<style>
span { border-color: #729DDA; }
span { border-color: rgb(114,157,218); }
td.TdClassName
{
border-color: #729DDA;
}
.TagClassName
{
border-color: #729DDA;
}
</style>