Shades of Jordy Blue #709EDB
Tints of Jordy Blue #709EDB
RGB
CMYK
RGB Variations
Color information
#709EDB (or 0x709EDB) is known color: Jordy Blue. HEX triplet: 70, 9E and DB. RGB value is (112,158,219). Sum of RGB (Red+Green+Blue) = 112+158+219=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #709EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EDB is #8F6124. Grayscale: #969696. Windows color (decimal): -9396517 or 14392944. OLE color: 14392944.
HSL color Cylindrical-coordinate representation of color #709EDB: hue angle of 214.21º 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 #709EDB is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 158 | 219 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.14 |
| HSL | 214.21º | 0.6% | 0.65% | - |
| HSV(B) | 214.21º | 0.49% | 0.86% | - |
| XYZ | 31.7 | 33.01 | 71.72 | - |
| YUV | 151.2 | 166.26 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 219 | 0.49 | 0.28 | 0 | 0.14 | 214.21 | 0.6 | 0.65 |
| Hex | 70 | 9E | DB | 31 | 1C | 0 | E | D6 | 3C | 41 |
| Octal | 160 | 236 | 333 | 61 | 34 | 0 | 16 | 326 | 74 | 101 |
| Binary | 1110000 | 10011110 | 11011011 | 110001 | 11100 | 0 | 1110 | 11010110 | 111100 | 1000001 |
Color Harmonies of #709EDB
Complementary color
Monochromatic Colors of #709EDB
Black with #709EDB
Text Example
Text Example
White with #709EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709EDB; }
p { color: rgb(112,158,219); }
H1.HeaderClassName
{
color: #709EDB;
}
.AnyTagClassName
{
color: #709EDB;
}
</style>
background-color css
<style>
a { background-color: #709EDB; }
a { background-color: rgb(112,158,219); }
div.DivClassName
{
background-color: #709EDB;
}
.BgClassName
{
background-color: #709EDB;
}
</style>
border-color css
<style>
span { border-color: #709EDB; }
span { border-color: rgb(112,158,219); }
td.TdClassName
{
border-color: #709EDB;
}
.TagClassName
{
border-color: #709EDB;
}
</style>