Shades of Jordy Blue #709ED0
Tints of Jordy Blue #709ED0
RGB
CMYK
RGB Variations
Color information
#709ED0 (or 0x709ED0) is known color: Jordy Blue. HEX triplet: 70, 9E and D0. RGB value is (112,158,208). Sum of RGB (Red+Green+Blue) = 112+158+208=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #709ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ED0 is #8F612F. Grayscale: #959595. Windows color (decimal): -9396528 or 13672048. OLE color: 13672048.
HSL color Cylindrical-coordinate representation of color #709ED0: hue angle of 211.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #709ED0 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 158 | 208 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.18 |
| HSL | 211.25º | 0.51% | 0.63% | - |
| HSV(B) | 211.25º | 0.46% | 0.82% | - |
| XYZ | 30.29 | 32.45 | 64.34 | - |
| YUV | 149.95 | 160.76 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 208 | 0.46 | 0.24 | 0 | 0.18 | 211.25 | 0.51 | 0.63 |
| Hex | 70 | 9E | D0 | 2E | 18 | 0 | 12 | D3 | 33 | 3F |
| Octal | 160 | 236 | 320 | 56 | 30 | 0 | 22 | 323 | 63 | 77 |
| Binary | 1110000 | 10011110 | 11010000 | 101110 | 11000 | 0 | 10010 | 11010011 | 110011 | 111111 |
Color Harmonies of #709ED0
Complementary color
Monochromatic Colors of #709ED0
Black with #709ED0
Text Example
Text Example
White with #709ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709ED0; }
p { color: rgb(112,158,208); }
H1.HeaderClassName
{
color: #709ED0;
}
.AnyTagClassName
{
color: #709ED0;
}
</style>
background-color css
<style>
a { background-color: #709ED0; }
a { background-color: rgb(112,158,208); }
div.DivClassName
{
background-color: #709ED0;
}
.BgClassName
{
background-color: #709ED0;
}
</style>
border-color css
<style>
span { border-color: #709ED0; }
span { border-color: rgb(112,158,208); }
td.TdClassName
{
border-color: #709ED0;
}
.TagClassName
{
border-color: #709ED0;
}
</style>