Shades of Jordy Blue #709DD8
Tints of Jordy Blue #709DD8
RGB
CMYK
RGB Variations
Color information
#709DD8 (or 0x709DD8) is known color: Jordy Blue. HEX triplet: 70, 9D and D8. RGB value is (112,157,216). Sum of RGB (Red+Green+Blue) = 112+157+216=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #709DD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DD8 is #8F6227. Grayscale: #959595. Windows color (decimal): -9396776 or 14196080. OLE color: 14196080.
HSL color Cylindrical-coordinate representation of color #709DD8: hue angle of 214.04º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #709DD8 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 157 | 216 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.15 |
| HSL | 214.04º | 0.57% | 0.64% | - |
| HSV(B) | 214.04º | 0.48% | 0.85% | - |
| XYZ | 31.13 | 32.52 | 69.6 | - |
| YUV | 150.27 | 165.09 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 216 | 0.48 | 0.27 | 0 | 0.15 | 214.04 | 0.57 | 0.64 |
| Hex | 70 | 9D | D8 | 30 | 1B | 0 | F | D6 | 39 | 40 |
| Octal | 160 | 235 | 330 | 60 | 33 | 0 | 17 | 326 | 71 | 100 |
| Binary | 1110000 | 10011101 | 11011000 | 110000 | 11011 | 0 | 1111 | 11010110 | 111001 | 1000000 |
Color Harmonies of #709DD8
Complementary color
Monochromatic Colors of #709DD8
Black with #709DD8
Text Example
Text Example
White with #709DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709DD8; }
p { color: rgb(112,157,216); }
H1.HeaderClassName
{
color: #709DD8;
}
.AnyTagClassName
{
color: #709DD8;
}
</style>
background-color css
<style>
a { background-color: #709DD8; }
a { background-color: rgb(112,157,216); }
div.DivClassName
{
background-color: #709DD8;
}
.BgClassName
{
background-color: #709DD8;
}
</style>
border-color css
<style>
span { border-color: #709DD8; }
span { border-color: rgb(112,157,216); }
td.TdClassName
{
border-color: #709DD8;
}
.TagClassName
{
border-color: #709DD8;
}
</style>