Shades of Jordy Blue #739EDE
Tints of Jordy Blue #739EDE
RGB
CMYK
RGB Variations
Color information
#739EDE (or 0x739EDE) is known color: Jordy Blue. HEX triplet: 73, 9E and DE. RGB value is (115,158,222). Sum of RGB (Red+Green+Blue) = 115+158+222=495 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.23% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #739EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739EDE is #8C6121. Grayscale: #989898. Windows color (decimal): -9199906 or 14589555. OLE color: 14589555.
HSL color Cylindrical-coordinate representation of color #739EDE: hue angle of 215.89º degrees, saturation: 0.62, 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 #739EDE is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 158 | 222 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.13 |
| HSL | 215.89º | 0.62% | 0.66% | - |
| HSV(B) | 215.89º | 0.48% | 0.87% | - |
| XYZ | 32.48 | 33.37 | 73.84 | - |
| YUV | 152.44 | 167.25 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 158 | 222 | 0.48 | 0.29 | 0 | 0.13 | 215.89 | 0.62 | 0.66 |
| Hex | 73 | 9E | DE | 30 | 1D | 0 | D | D8 | 3E | 42 |
| Octal | 163 | 236 | 336 | 60 | 35 | 0 | 15 | 330 | 76 | 102 |
| Binary | 1110011 | 10011110 | 11011110 | 110000 | 11101 | 0 | 1101 | 11011000 | 111110 | 1000010 |
Color Harmonies of #739EDE
Complementary color
Monochromatic Colors of #739EDE
Black with #739EDE
Text Example
Text Example
White with #739EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739EDE; }
p { color: rgb(115,158,222); }
H1.HeaderClassName
{
color: #739EDE;
}
.AnyTagClassName
{
color: #739EDE;
}
</style>
background-color css
<style>
a { background-color: #739EDE; }
a { background-color: rgb(115,158,222); }
div.DivClassName
{
background-color: #739EDE;
}
.BgClassName
{
background-color: #739EDE;
}
</style>
border-color css
<style>
span { border-color: #739EDE; }
span { border-color: rgb(115,158,222); }
td.TdClassName
{
border-color: #739EDE;
}
.TagClassName
{
border-color: #739EDE;
}
</style>