Shades of Jordy Blue #709EDF
Tints of Jordy Blue #709EDF
RGB
CMYK
RGB Variations
Color information
#709EDF (or 0x709EDF) is known color: Jordy Blue. HEX triplet: 70, 9E and DF. RGB value is (112,158,223). Sum of RGB (Red+Green+Blue) = 112+158+223=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #709EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EDF is #8F6120. Grayscale: #979797. Windows color (decimal): -9396513 or 14655088. OLE color: 14655088.
HSL color Cylindrical-coordinate representation of color #709EDF: hue angle of 215.14º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #709EDF is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 158 | 223 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.13 |
| HSL | 215.14º | 0.63% | 0.66% | - |
| HSV(B) | 215.14º | 0.5% | 0.87% | - |
| XYZ | 32.23 | 33.23 | 74.53 | - |
| YUV | 151.66 | 168.26 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 223 | 0.50 | 0.29 | 0 | 0.13 | 215.14 | 0.63 | 0.66 |
| Hex | 70 | 9E | DF | 32 | 1D | 0 | D | D7 | 3F | 42 |
| Octal | 160 | 236 | 337 | 62 | 35 | 0 | 15 | 327 | 77 | 102 |
| Binary | 1110000 | 10011110 | 11011111 | 110010 | 11101 | 0 | 1101 | 11010111 | 111111 | 1000010 |
Color Harmonies of #709EDF
Complementary color
Monochromatic Colors of #709EDF
Black with #709EDF
Text Example
Text Example
White with #709EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709EDF; }
p { color: rgb(112,158,223); }
H1.HeaderClassName
{
color: #709EDF;
}
.AnyTagClassName
{
color: #709EDF;
}
</style>
background-color css
<style>
a { background-color: #709EDF; }
a { background-color: rgb(112,158,223); }
div.DivClassName
{
background-color: #709EDF;
}
.BgClassName
{
background-color: #709EDF;
}
</style>
border-color css
<style>
span { border-color: #709EDF; }
span { border-color: rgb(112,158,223); }
td.TdClassName
{
border-color: #709EDF;
}
.TagClassName
{
border-color: #709EDF;
}
</style>