Shades of Jordy Blue #709BD0
Tints of Jordy Blue #709BD0
RGB
CMYK
RGB Variations
Color information
#709BD0 (or 0x709BD0) is known color: Jordy Blue. HEX triplet: 70, 9B and D0. RGB value is (112,155,208). Sum of RGB (Red+Green+Blue) = 112+155+208=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #709BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BD0 is #8F642F. Grayscale: #939393. Windows color (decimal): -9397296 or 13671280. OLE color: 13671280.
HSL color Cylindrical-coordinate representation of color #709BD0: hue angle of 213.12º 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 #709BD0 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 155 | 208 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.18 |
| HSL | 213.13º | 0.51% | 0.63% | - |
| HSV(B) | 213.13º | 0.46% | 0.82% | - |
| XYZ | 29.79 | 31.44 | 64.17 | - |
| YUV | 148.19 | 161.75 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 208 | 0.46 | 0.25 | 0 | 0.18 | 213.13 | 0.51 | 0.63 |
| Hex | 70 | 9B | D0 | 2E | 19 | 0 | 12 | D5 | 33 | 3F |
| Octal | 160 | 233 | 320 | 56 | 31 | 0 | 22 | 325 | 63 | 77 |
| Binary | 1110000 | 10011011 | 11010000 | 101110 | 11001 | 0 | 10010 | 11010101 | 110011 | 111111 |
Color Harmonies of #709BD0
Complementary color
Monochromatic Colors of #709BD0
Black with #709BD0
Text Example
Text Example
White with #709BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709BD0; }
p { color: rgb(112,155,208); }
H1.HeaderClassName
{
color: #709BD0;
}
.AnyTagClassName
{
color: #709BD0;
}
</style>
background-color css
<style>
a { background-color: #709BD0; }
a { background-color: rgb(112,155,208); }
div.DivClassName
{
background-color: #709BD0;
}
.BgClassName
{
background-color: #709BD0;
}
</style>
border-color css
<style>
span { border-color: #709BD0; }
span { border-color: rgb(112,155,208); }
td.TdClassName
{
border-color: #709BD0;
}
.TagClassName
{
border-color: #709BD0;
}
</style>