Shades of Jordy Blue #739DD4
Tints of Jordy Blue #739DD4
RGB
CMYK
RGB Variations
Color information
#739DD4 (or 0x739DD4) is known color: Jordy Blue. HEX triplet: 73, 9D and D4. RGB value is (115,157,212). Sum of RGB (Red+Green+Blue) = 115+157+212=484 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.76% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #739DD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DD4 is #8C622B. Grayscale: #969696. Windows color (decimal): -9200172 or 13933939. OLE color: 13933939.
HSL color Cylindrical-coordinate representation of color #739DD4: hue angle of 214.02º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #739DD4 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 157 | 212 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.17 |
| HSL | 214.02º | 0.53% | 0.64% | - |
| HSV(B) | 214.02º | 0.46% | 0.83% | - |
| XYZ | 31.01 | 32.51 | 66.93 | - |
| YUV | 150.71 | 162.59 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 212 | 0.46 | 0.26 | 0 | 0.17 | 214.02 | 0.53 | 0.64 |
| Hex | 73 | 9D | D4 | 2E | 1A | 0 | 11 | D6 | 35 | 40 |
| Octal | 163 | 235 | 324 | 56 | 32 | 0 | 21 | 326 | 65 | 100 |
| Binary | 1110011 | 10011101 | 11010100 | 101110 | 11010 | 0 | 10001 | 11010110 | 110101 | 1000000 |
Color Harmonies of #739DD4
Complementary color
Monochromatic Colors of #739DD4
Black with #739DD4
Text Example
Text Example
White with #739DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739DD4; }
p { color: rgb(115,157,212); }
H1.HeaderClassName
{
color: #739DD4;
}
.AnyTagClassName
{
color: #739DD4;
}
</style>
background-color css
<style>
a { background-color: #739DD4; }
a { background-color: rgb(115,157,212); }
div.DivClassName
{
background-color: #739DD4;
}
.BgClassName
{
background-color: #739DD4;
}
</style>
border-color css
<style>
span { border-color: #739DD4; }
span { border-color: rgb(115,157,212); }
td.TdClassName
{
border-color: #739DD4;
}
.TagClassName
{
border-color: #739DD4;
}
</style>