Shades of Jordy Blue #729BD1
Tints of Jordy Blue #729BD1
RGB
CMYK
RGB Variations
Color information
#729BD1 (or 0x729BD1) is known color: Jordy Blue. HEX triplet: 72, 9B and D1. RGB value is (114,155,209). Sum of RGB (Red+Green+Blue) = 114+155+209=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #729BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729BD1 is #8D642E. Grayscale: #949494. Windows color (decimal): -9266223 or 13736818. OLE color: 13736818.
HSL color Cylindrical-coordinate representation of color #729BD1: hue angle of 214.11º 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 #729BD1 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 155 | 209 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.18 |
| HSL | 214.11º | 0.51% | 0.63% | - |
| HSV(B) | 214.11º | 0.45% | 0.82% | - |
| XYZ | 30.17 | 31.62 | 64.84 | - |
| YUV | 148.9 | 161.92 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 209 | 0.45 | 0.26 | 0 | 0.18 | 214.11 | 0.51 | 0.63 |
| Hex | 72 | 9B | D1 | 2D | 1A | 0 | 12 | D6 | 33 | 3F |
| Octal | 162 | 233 | 321 | 55 | 32 | 0 | 22 | 326 | 63 | 77 |
| Binary | 1110010 | 10011011 | 11010001 | 101101 | 11010 | 0 | 10010 | 11010110 | 110011 | 111111 |
Color Harmonies of #729BD1
Complementary color
Monochromatic Colors of #729BD1
Black with #729BD1
Text Example
Text Example
White with #729BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BD1; }
p { color: rgb(114,155,209); }
H1.HeaderClassName
{
color: #729BD1;
}
.AnyTagClassName
{
color: #729BD1;
}
</style>
background-color css
<style>
a { background-color: #729BD1; }
a { background-color: rgb(114,155,209); }
div.DivClassName
{
background-color: #729BD1;
}
.BgClassName
{
background-color: #729BD1;
}
</style>
border-color css
<style>
span { border-color: #729BD1; }
span { border-color: rgb(114,155,209); }
td.TdClassName
{
border-color: #729BD1;
}
.TagClassName
{
border-color: #729BD1;
}
</style>