Shades of Jordy Blue #739FD4
Tints of Jordy Blue #739FD4
RGB
CMYK
RGB Variations
Color information
#739FD4 (or 0x739FD4) is known color: Jordy Blue. HEX triplet: 73, 9F and D4. RGB value is (115,159,212). Sum of RGB (Red+Green+Blue) = 115+159+212=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #739FD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739FD4 is #8C602B. Grayscale: #979797. Windows color (decimal): -9199660 or 13934451. OLE color: 13934451.
HSL color Cylindrical-coordinate representation of color #739FD4: hue angle of 212.78º 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 #739FD4 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 159 | 212 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.17 |
| HSL | 212.78º | 0.53% | 0.64% | - |
| HSV(B) | 212.78º | 0.46% | 0.83% | - |
| XYZ | 31.35 | 33.19 | 67.04 | - |
| YUV | 151.89 | 161.92 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 212 | 0.46 | 0.25 | 0 | 0.17 | 212.78 | 0.53 | 0.64 |
| Hex | 73 | 9F | D4 | 2E | 19 | 0 | 11 | D5 | 35 | 40 |
| Octal | 163 | 237 | 324 | 56 | 31 | 0 | 21 | 325 | 65 | 100 |
| Binary | 1110011 | 10011111 | 11010100 | 101110 | 11001 | 0 | 10001 | 11010101 | 110101 | 1000000 |
Color Harmonies of #739FD4
Complementary color
Monochromatic Colors of #739FD4
Black with #739FD4
Text Example
Text Example
White with #739FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739FD4; }
p { color: rgb(115,159,212); }
H1.HeaderClassName
{
color: #739FD4;
}
.AnyTagClassName
{
color: #739FD4;
}
</style>
background-color css
<style>
a { background-color: #739FD4; }
a { background-color: rgb(115,159,212); }
div.DivClassName
{
background-color: #739FD4;
}
.BgClassName
{
background-color: #739FD4;
}
</style>
border-color css
<style>
span { border-color: #739FD4; }
span { border-color: rgb(115,159,212); }
td.TdClassName
{
border-color: #739FD4;
}
.TagClassName
{
border-color: #739FD4;
}
</style>