Shades of Jordy Blue #739ECE
Tints of Jordy Blue #739ECE
RGB
CMYK
RGB Variations
Color information
#739ECE (or 0x739ECE) is known color: Jordy Blue. HEX triplet: 73, 9E and CE. RGB value is (115,158,206). Sum of RGB (Red+Green+Blue) = 115+158+206=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #739ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739ECE is #8C6131. Grayscale: #969696. Windows color (decimal): -9199922 or 13540979. OLE color: 13540979.
HSL color Cylindrical-coordinate representation of color #739ECE: hue angle of 211.65º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #739ECE is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 158 | 206 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.19 |
| HSL | 211.65º | 0.48% | 0.63% | - |
| HSV(B) | 211.65º | 0.44% | 0.81% | - |
| XYZ | 30.44 | 32.55 | 63.07 | - |
| YUV | 150.62 | 159.25 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 158 | 206 | 0.44 | 0.23 | 0 | 0.19 | 211.65 | 0.48 | 0.63 |
| Hex | 73 | 9E | CE | 2C | 17 | 0 | 13 | D4 | 30 | 3F |
| Octal | 163 | 236 | 316 | 54 | 27 | 0 | 23 | 324 | 60 | 77 |
| Binary | 1110011 | 10011110 | 11001110 | 101100 | 10111 | 0 | 10011 | 11010100 | 110000 | 111111 |
Color Harmonies of #739ECE
Complementary color
Monochromatic Colors of #739ECE
Black with #739ECE
Text Example
Text Example
White with #739ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739ECE; }
p { color: rgb(115,158,206); }
H1.HeaderClassName
{
color: #739ECE;
}
.AnyTagClassName
{
color: #739ECE;
}
</style>
background-color css
<style>
a { background-color: #739ECE; }
a { background-color: rgb(115,158,206); }
div.DivClassName
{
background-color: #739ECE;
}
.BgClassName
{
background-color: #739ECE;
}
</style>
border-color css
<style>
span { border-color: #739ECE; }
span { border-color: rgb(115,158,206); }
td.TdClassName
{
border-color: #739ECE;
}
.TagClassName
{
border-color: #739ECE;
}
</style>