Shades of Jordy Blue #709EDC
Tints of Jordy Blue #709EDC
RGB
CMYK
RGB Variations
Color information
#709EDC (or 0x709EDC) is known color: Jordy Blue. HEX triplet: 70, 9E and DC. RGB value is (112,158,220). Sum of RGB (Red+Green+Blue) = 112+158+220=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #709EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EDC is #8F6123. Grayscale: #979797. Windows color (decimal): -9396516 or 14458480. OLE color: 14458480.
HSL color Cylindrical-coordinate representation of color #709EDC: hue angle of 214.44º degrees, saturation: 0.61, 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 #709EDC is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 158 | 220 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.14 |
| HSL | 214.44º | 0.61% | 0.65% | - |
| HSV(B) | 214.44º | 0.49% | 0.86% | - |
| XYZ | 31.83 | 33.07 | 72.42 | - |
| YUV | 151.31 | 166.76 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 220 | 0.49 | 0.28 | 0 | 0.14 | 214.44 | 0.61 | 0.65 |
| Hex | 70 | 9E | DC | 31 | 1C | 0 | E | D6 | 3D | 41 |
| Octal | 160 | 236 | 334 | 61 | 34 | 0 | 16 | 326 | 75 | 101 |
| Binary | 1110000 | 10011110 | 11011100 | 110001 | 11100 | 0 | 1110 | 11010110 | 111101 | 1000001 |
Color Harmonies of #709EDC
Complementary color
Monochromatic Colors of #709EDC
Black with #709EDC
Text Example
Text Example
White with #709EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709EDC; }
p { color: rgb(112,158,220); }
H1.HeaderClassName
{
color: #709EDC;
}
.AnyTagClassName
{
color: #709EDC;
}
</style>
background-color css
<style>
a { background-color: #709EDC; }
a { background-color: rgb(112,158,220); }
div.DivClassName
{
background-color: #709EDC;
}
.BgClassName
{
background-color: #709EDC;
}
</style>
border-color css
<style>
span { border-color: #709EDC; }
span { border-color: rgb(112,158,220); }
td.TdClassName
{
border-color: #709EDC;
}
.TagClassName
{
border-color: #709EDC;
}
</style>