Shades of Jordy Blue #709DD0
Tints of Jordy Blue #709DD0
RGB
CMYK
RGB Variations
Color information
#709DD0 (or 0x709DD0) is known color: Jordy Blue. HEX triplet: 70, 9D and D0. RGB value is (112,157,208). Sum of RGB (Red+Green+Blue) = 112+157+208=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #709DD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DD0 is #8F622F. Grayscale: #959595. Windows color (decimal): -9396784 or 13671792. OLE color: 13671792.
HSL color Cylindrical-coordinate representation of color #709DD0: hue angle of 211.88º 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 #709DD0 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 157 | 208 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.18 |
| HSL | 211.88º | 0.51% | 0.63% | - |
| HSV(B) | 211.88º | 0.46% | 0.82% | - |
| XYZ | 30.12 | 32.11 | 64.29 | - |
| YUV | 149.36 | 161.09 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 208 | 0.46 | 0.25 | 0 | 0.18 | 211.88 | 0.51 | 0.63 |
| Hex | 70 | 9D | D0 | 2E | 19 | 0 | 12 | D4 | 33 | 3F |
| Octal | 160 | 235 | 320 | 56 | 31 | 0 | 22 | 324 | 63 | 77 |
| Binary | 1110000 | 10011101 | 11010000 | 101110 | 11001 | 0 | 10010 | 11010100 | 110011 | 111111 |
Color Harmonies of #709DD0
Complementary color
Monochromatic Colors of #709DD0
Black with #709DD0
Text Example
Text Example
White with #709DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709DD0; }
p { color: rgb(112,157,208); }
H1.HeaderClassName
{
color: #709DD0;
}
.AnyTagClassName
{
color: #709DD0;
}
</style>
background-color css
<style>
a { background-color: #709DD0; }
a { background-color: rgb(112,157,208); }
div.DivClassName
{
background-color: #709DD0;
}
.BgClassName
{
background-color: #709DD0;
}
</style>
border-color css
<style>
span { border-color: #709DD0; }
span { border-color: rgb(112,157,208); }
td.TdClassName
{
border-color: #709DD0;
}
.TagClassName
{
border-color: #709DD0;
}
</style>