Shades of Jordy Blue #709EDE
Tints of Jordy Blue #709EDE
RGB
CMYK
RGB Variations
Color information
#709EDE (or 0x709EDE) is known color: Jordy Blue. HEX triplet: 70, 9E and DE. RGB value is (112,158,222). Sum of RGB (Red+Green+Blue) = 112+158+222=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #709EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EDE is #8F6121. Grayscale: #979797. Windows color (decimal): -9396514 or 14589552. OLE color: 14589552.
HSL color Cylindrical-coordinate representation of color #709EDE: hue angle of 214.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #709EDE is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 158 | 222 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.13 |
| HSL | 214.91º | 0.63% | 0.65% | - |
| HSV(B) | 214.91º | 0.5% | 0.87% | - |
| XYZ | 32.09 | 33.17 | 73.82 | - |
| YUV | 151.54 | 167.76 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 222 | 0.50 | 0.29 | 0 | 0.13 | 214.91 | 0.63 | 0.65 |
| Hex | 70 | 9E | DE | 32 | 1D | 0 | D | D7 | 3E | 41 |
| Octal | 160 | 236 | 336 | 62 | 35 | 0 | 15 | 327 | 76 | 101 |
| Binary | 1110000 | 10011110 | 11011110 | 110010 | 11101 | 0 | 1101 | 11010111 | 111110 | 1000001 |
Color Harmonies of #709EDE
Complementary color
Monochromatic Colors of #709EDE
Black with #709EDE
Text Example
Text Example
White with #709EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709EDE; }
p { color: rgb(112,158,222); }
H1.HeaderClassName
{
color: #709EDE;
}
.AnyTagClassName
{
color: #709EDE;
}
</style>
background-color css
<style>
a { background-color: #709EDE; }
a { background-color: rgb(112,158,222); }
div.DivClassName
{
background-color: #709EDE;
}
.BgClassName
{
background-color: #709EDE;
}
</style>
border-color css
<style>
span { border-color: #709EDE; }
span { border-color: rgb(112,158,222); }
td.TdClassName
{
border-color: #709EDE;
}
.TagClassName
{
border-color: #709EDE;
}
</style>