Shades of Jordy Blue #729AD2
Tints of Jordy Blue #729AD2
RGB
CMYK
RGB Variations
Color information
#729AD2 (or 0x729AD2) is known color: Jordy Blue. HEX triplet: 72, 9A and D2. RGB value is (114,154,210). Sum of RGB (Red+Green+Blue) = 114+154+210=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #729AD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729AD2 is #8D652D. Grayscale: #949494. Windows color (decimal): -9266478 or 13802098. OLE color: 13802098.
HSL color Cylindrical-coordinate representation of color #729AD2: hue angle of 215º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #729AD2 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 154 | 210 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.18 |
| HSL | 215º | 0.52% | 0.64% | - |
| HSV(B) | 215º | 0.46% | 0.82% | - |
| XYZ | 30.13 | 31.34 | 65.43 | - |
| YUV | 148.42 | 162.75 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 210 | 0.46 | 0.27 | 0 | 0.18 | 215 | 0.52 | 0.64 |
| Hex | 72 | 9A | D2 | 2E | 1B | 0 | 12 | D7 | 34 | 40 |
| Octal | 162 | 232 | 322 | 56 | 33 | 0 | 22 | 327 | 64 | 100 |
| Binary | 1110010 | 10011010 | 11010010 | 101110 | 11011 | 0 | 10010 | 11010111 | 110100 | 1000000 |
Color Harmonies of #729AD2
Complementary color
Monochromatic Colors of #729AD2
Black with #729AD2
Text Example
Text Example
White with #729AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729AD2; }
p { color: rgb(114,154,210); }
H1.HeaderClassName
{
color: #729AD2;
}
.AnyTagClassName
{
color: #729AD2;
}
</style>
background-color css
<style>
a { background-color: #729AD2; }
a { background-color: rgb(114,154,210); }
div.DivClassName
{
background-color: #729AD2;
}
.BgClassName
{
background-color: #729AD2;
}
</style>
border-color css
<style>
span { border-color: #729AD2; }
span { border-color: rgb(114,154,210); }
td.TdClassName
{
border-color: #729AD2;
}
.TagClassName
{
border-color: #729AD2;
}
</style>