Shades of Jordy Blue #729AD1
Tints of Jordy Blue #729AD1
RGB
CMYK
RGB Variations
Color information
#729AD1 (or 0x729AD1) is known color: Jordy Blue. HEX triplet: 72, 9A and D1. RGB value is (114,154,209). Sum of RGB (Red+Green+Blue) = 114+154+209=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #729AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729AD1 is #8D652E. Grayscale: #949494. Windows color (decimal): -9266479 or 13736562. OLE color: 13736562.
HSL color Cylindrical-coordinate representation of color #729AD1: hue angle of 214.74º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #729AD1 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 154 | 209 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.18 |
| HSL | 214.74º | 0.51% | 0.63% | - |
| HSV(B) | 214.74º | 0.45% | 0.82% | - |
| XYZ | 30 | 31.29 | 64.78 | - |
| YUV | 148.31 | 162.25 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 209 | 0.45 | 0.26 | 0 | 0.18 | 214.74 | 0.51 | 0.63 |
| Hex | 72 | 9A | D1 | 2D | 1A | 0 | 12 | D7 | 33 | 3F |
| Octal | 162 | 232 | 321 | 55 | 32 | 0 | 22 | 327 | 63 | 77 |
| Binary | 1110010 | 10011010 | 11010001 | 101101 | 11010 | 0 | 10010 | 11010111 | 110011 | 111111 |
Color Harmonies of #729AD1
Complementary color
Monochromatic Colors of #729AD1
Black with #729AD1
Text Example
Text Example
White with #729AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729AD1; }
p { color: rgb(114,154,209); }
H1.HeaderClassName
{
color: #729AD1;
}
.AnyTagClassName
{
color: #729AD1;
}
</style>
background-color css
<style>
a { background-color: #729AD1; }
a { background-color: rgb(114,154,209); }
div.DivClassName
{
background-color: #729AD1;
}
.BgClassName
{
background-color: #729AD1;
}
</style>
border-color css
<style>
span { border-color: #729AD1; }
span { border-color: rgb(114,154,209); }
td.TdClassName
{
border-color: #729AD1;
}
.TagClassName
{
border-color: #729AD1;
}
</style>