Shades of Jordy Blue #739DDD
Tints of Jordy Blue #739DDD
RGB
CMYK
RGB Variations
Color information
#739DDD (or 0x739DDD) is known color: Jordy Blue. HEX triplet: 73, 9D and DD. RGB value is (115,157,221). Sum of RGB (Red+Green+Blue) = 115+157+221=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #739DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DDD is #8C6222. Grayscale: #979797. Windows color (decimal): -9200163 or 14523763. OLE color: 14523763.
HSL color Cylindrical-coordinate representation of color #739DDD: hue angle of 216.23º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #739DDD is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 157 | 221 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.13 |
| HSL | 216.23º | 0.61% | 0.66% | - |
| HSV(B) | 216.23º | 0.48% | 0.87% | - |
| XYZ | 32.18 | 32.98 | 73.08 | - |
| YUV | 151.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 221 | 0.48 | 0.29 | 0 | 0.13 | 216.23 | 0.61 | 0.66 |
| Hex | 73 | 9D | DD | 30 | 1D | 0 | D | D8 | 3D | 42 |
| Octal | 163 | 235 | 335 | 60 | 35 | 0 | 15 | 330 | 75 | 102 |
| Binary | 1110011 | 10011101 | 11011101 | 110000 | 11101 | 0 | 1101 | 11011000 | 111101 | 1000010 |
Color Harmonies of #739DDD
Complementary color
Monochromatic Colors of #739DDD
Black with #739DDD
Text Example
Text Example
White with #739DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739DDD; }
p { color: rgb(115,157,221); }
H1.HeaderClassName
{
color: #739DDD;
}
.AnyTagClassName
{
color: #739DDD;
}
</style>
background-color css
<style>
a { background-color: #739DDD; }
a { background-color: rgb(115,157,221); }
div.DivClassName
{
background-color: #739DDD;
}
.BgClassName
{
background-color: #739DDD;
}
</style>
border-color css
<style>
span { border-color: #739DDD; }
span { border-color: rgb(115,157,221); }
td.TdClassName
{
border-color: #739DDD;
}
.TagClassName
{
border-color: #739DDD;
}
</style>