Shades of Jordy Blue #729DCF
Tints of Jordy Blue #729DCF
RGB
CMYK
RGB Variations
Color information
#729DCF (or 0x729DCF) is known color: Jordy Blue. HEX triplet: 72, 9D and CF. RGB value is (114,157,207). Sum of RGB (Red+Green+Blue) = 114+157+207=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #729DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729DCF is #8D6230. Grayscale: #959595. Windows color (decimal): -9265713 or 13606258. OLE color: 13606258.
HSL color Cylindrical-coordinate representation of color #729DCF: hue angle of 212.26º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #729DCF is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 157 | 207 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.19 |
| HSL | 212.26º | 0.49% | 0.63% | - |
| HSV(B) | 212.26º | 0.45% | 0.81% | - |
| XYZ | 30.26 | 32.2 | 63.65 | - |
| YUV | 149.84 | 160.25 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 207 | 0.45 | 0.24 | 0 | 0.19 | 212.26 | 0.49 | 0.63 |
| Hex | 72 | 9D | CF | 2D | 18 | 0 | 13 | D4 | 31 | 3F |
| Octal | 162 | 235 | 317 | 55 | 30 | 0 | 23 | 324 | 61 | 77 |
| Binary | 1110010 | 10011101 | 11001111 | 101101 | 11000 | 0 | 10011 | 11010100 | 110001 | 111111 |
Color Harmonies of #729DCF
Complementary color
Monochromatic Colors of #729DCF
Black with #729DCF
Text Example
Text Example
White with #729DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729DCF; }
p { color: rgb(114,157,207); }
H1.HeaderClassName
{
color: #729DCF;
}
.AnyTagClassName
{
color: #729DCF;
}
</style>
background-color css
<style>
a { background-color: #729DCF; }
a { background-color: rgb(114,157,207); }
div.DivClassName
{
background-color: #729DCF;
}
.BgClassName
{
background-color: #729DCF;
}
</style>
border-color css
<style>
span { border-color: #729DCF; }
span { border-color: rgb(114,157,207); }
td.TdClassName
{
border-color: #729DCF;
}
.TagClassName
{
border-color: #729DCF;
}
</style>