Shades of Jordy Blue #709FDD
Tints of Jordy Blue #709FDD
RGB
CMYK
RGB Variations
Color information
#709FDD (or 0x709FDD) is known color: Jordy Blue. HEX triplet: 70, 9F and DD. RGB value is (112,159,221). Sum of RGB (Red+Green+Blue) = 112+159+221=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #709FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709FDD is #8F6022. Grayscale: #979797. Windows color (decimal): -9396259 or 14524272. OLE color: 14524272.
HSL color Cylindrical-coordinate representation of color #709FDD: hue angle of 214.13º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #709FDD is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 159 | 221 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.13 |
| HSL | 214.13º | 0.62% | 0.65% | - |
| HSV(B) | 214.13º | 0.49% | 0.87% | - |
| XYZ | 32.13 | 33.46 | 73.17 | - |
| YUV | 152.02 | 166.93 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 221 | 0.49 | 0.28 | 0 | 0.13 | 214.13 | 0.62 | 0.65 |
| Hex | 70 | 9F | DD | 31 | 1C | 0 | D | D6 | 3E | 41 |
| Octal | 160 | 237 | 335 | 61 | 34 | 0 | 15 | 326 | 76 | 101 |
| Binary | 1110000 | 10011111 | 11011101 | 110001 | 11100 | 0 | 1101 | 11010110 | 111110 | 1000001 |
Color Harmonies of #709FDD
Complementary color
Monochromatic Colors of #709FDD
Black with #709FDD
Text Example
Text Example
White with #709FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709FDD; }
p { color: rgb(112,159,221); }
H1.HeaderClassName
{
color: #709FDD;
}
.AnyTagClassName
{
color: #709FDD;
}
</style>
background-color css
<style>
a { background-color: #709FDD; }
a { background-color: rgb(112,159,221); }
div.DivClassName
{
background-color: #709FDD;
}
.BgClassName
{
background-color: #709FDD;
}
</style>
border-color css
<style>
span { border-color: #709FDD; }
span { border-color: rgb(112,159,221); }
td.TdClassName
{
border-color: #709FDD;
}
.TagClassName
{
border-color: #709FDD;
}
</style>