Shades of Jordy Blue #739DD5
Tints of Jordy Blue #739DD5
RGB
CMYK
RGB Variations
Color information
#739DD5 (or 0x739DD5) is known color: Jordy Blue. HEX triplet: 73, 9D and D5. RGB value is (115,157,213). Sum of RGB (Red+Green+Blue) = 115+157+213=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #739DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DD5 is #8C622A. Grayscale: #969696. Windows color (decimal): -9200171 or 13999475. OLE color: 13999475.
HSL color Cylindrical-coordinate representation of color #739DD5: hue angle of 214.29º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #739DD5 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 157 | 213 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.16 |
| HSL | 214.29º | 0.54% | 0.64% | - |
| HSV(B) | 214.29º | 0.46% | 0.84% | - |
| XYZ | 31.14 | 32.56 | 67.59 | - |
| YUV | 150.83 | 163.09 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 213 | 0.46 | 0.26 | 0 | 0.16 | 214.29 | 0.54 | 0.64 |
| Hex | 73 | 9D | D5 | 2E | 1A | 0 | 10 | D6 | 36 | 40 |
| Octal | 163 | 235 | 325 | 56 | 32 | 0 | 20 | 326 | 66 | 100 |
| Binary | 1110011 | 10011101 | 11010101 | 101110 | 11010 | 0 | 10000 | 11010110 | 110110 | 1000000 |
Color Harmonies of #739DD5
Complementary color
Monochromatic Colors of #739DD5
Black with #739DD5
Text Example
Text Example
White with #739DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739DD5; }
p { color: rgb(115,157,213); }
H1.HeaderClassName
{
color: #739DD5;
}
.AnyTagClassName
{
color: #739DD5;
}
</style>
background-color css
<style>
a { background-color: #739DD5; }
a { background-color: rgb(115,157,213); }
div.DivClassName
{
background-color: #739DD5;
}
.BgClassName
{
background-color: #739DD5;
}
</style>
border-color css
<style>
span { border-color: #739DD5; }
span { border-color: rgb(115,157,213); }
td.TdClassName
{
border-color: #739DD5;
}
.TagClassName
{
border-color: #739DD5;
}
</style>