Shades of Jordy Blue #709DDB
Tints of Jordy Blue #709DDB
RGB
CMYK
RGB Variations
Color information
#709DDB (or 0x709DDB) is known color: Jordy Blue. HEX triplet: 70, 9D and DB. RGB value is (112,157,219). Sum of RGB (Red+Green+Blue) = 112+157+219=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #709DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DDB is #8F6224. Grayscale: #969696. Windows color (decimal): -9396773 or 14392688. OLE color: 14392688.
HSL color Cylindrical-coordinate representation of color #709DDB: hue angle of 214.77º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #709DDB is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 157 | 219 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.14 |
| HSL | 214.77º | 0.6% | 0.65% | - |
| HSV(B) | 214.77º | 0.49% | 0.86% | - |
| XYZ | 31.53 | 32.67 | 71.66 | - |
| YUV | 150.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 219 | 0.49 | 0.28 | 0 | 0.14 | 214.77 | 0.6 | 0.65 |
| Hex | 70 | 9D | DB | 31 | 1C | 0 | E | D7 | 3C | 41 |
| Octal | 160 | 235 | 333 | 61 | 34 | 0 | 16 | 327 | 74 | 101 |
| Binary | 1110000 | 10011101 | 11011011 | 110001 | 11100 | 0 | 1110 | 11010111 | 111100 | 1000001 |
Color Harmonies of #709DDB
Complementary color
Monochromatic Colors of #709DDB
Black with #709DDB
Text Example
Text Example
White with #709DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709DDB; }
p { color: rgb(112,157,219); }
H1.HeaderClassName
{
color: #709DDB;
}
.AnyTagClassName
{
color: #709DDB;
}
</style>
background-color css
<style>
a { background-color: #709DDB; }
a { background-color: rgb(112,157,219); }
div.DivClassName
{
background-color: #709DDB;
}
.BgClassName
{
background-color: #709DDB;
}
</style>
border-color css
<style>
span { border-color: #709DDB; }
span { border-color: rgb(112,157,219); }
td.TdClassName
{
border-color: #709DDB;
}
.TagClassName
{
border-color: #709DDB;
}
</style>