Shades of Jordy Blue #709FE6
Tints of Jordy Blue #709FE6
RGB
CMYK
RGB Variations
Color information
#709FE6 (or 0x709FE6) is known color: Jordy Blue. HEX triplet: 70, 9F and E6. RGB value is (112,159,230). Sum of RGB (Red+Green+Blue) = 112+159+230=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #709FE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709FE6 is #8F6019. Grayscale: #989898. Windows color (decimal): -9396250 or 15114096. OLE color: 15114096.
HSL color Cylindrical-coordinate representation of color #709FE6: hue angle of 216.1º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #709FE6 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 159 | 230 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.10 |
| HSL | 216.1º | 0.7% | 0.67% | - |
| HSV(B) | 216.1º | 0.51% | 0.9% | - |
| XYZ | 33.36 | 33.95 | 79.66 | - |
| YUV | 153.04 | 171.43 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 230 | 0.51 | 0.31 | 0 | 0.10 | 216.1 | 0.7 | 0.67 |
| Hex | 70 | 9F | E6 | 33 | 1F | 0 | A | D8 | 46 | 43 |
| Octal | 160 | 237 | 346 | 63 | 37 | 0 | 12 | 330 | 106 | 103 |
| Binary | 1110000 | 10011111 | 11100110 | 110011 | 11111 | 0 | 1010 | 11011000 | 1000110 | 1000011 |
Color Harmonies of #709FE6
Complementary color
Monochromatic Colors of #709FE6
Black with #709FE6
Text Example
Text Example
White with #709FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709FE6; }
p { color: rgb(112,159,230); }
H1.HeaderClassName
{
color: #709FE6;
}
.AnyTagClassName
{
color: #709FE6;
}
</style>
background-color css
<style>
a { background-color: #709FE6; }
a { background-color: rgb(112,159,230); }
div.DivClassName
{
background-color: #709FE6;
}
.BgClassName
{
background-color: #709FE6;
}
</style>
border-color css
<style>
span { border-color: #709FE6; }
span { border-color: rgb(112,159,230); }
td.TdClassName
{
border-color: #709FE6;
}
.TagClassName
{
border-color: #709FE6;
}
</style>