Shades of Jordy Blue #719ED7
Tints of Jordy Blue #719ED7
RGB
CMYK
RGB Variations
Color information
#719ED7 (or 0x719ED7) is known color: Jordy Blue. HEX triplet: 71, 9E and D7. RGB value is (113,158,215). Sum of RGB (Red+Green+Blue) = 113+158+215=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #719ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ED7 is #8E6128. Grayscale: #969696. Windows color (decimal): -9330985 or 14130801. OLE color: 14130801.
HSL color Cylindrical-coordinate representation of color #719ED7: hue angle of 213.53º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #719ED7 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 158 | 215 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.16 |
| HSL | 213.53º | 0.56% | 0.64% | - |
| HSV(B) | 213.53º | 0.47% | 0.84% | - |
| XYZ | 31.3 | 32.87 | 68.98 | - |
| YUV | 151.04 | 164.09 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 215 | 0.47 | 0.27 | 0 | 0.16 | 213.53 | 0.56 | 0.64 |
| Hex | 71 | 9E | D7 | 2F | 1B | 0 | 10 | D6 | 38 | 40 |
| Octal | 161 | 236 | 327 | 57 | 33 | 0 | 20 | 326 | 70 | 100 |
| Binary | 1110001 | 10011110 | 11010111 | 101111 | 11011 | 0 | 10000 | 11010110 | 111000 | 1000000 |
Color Harmonies of #719ED7
Complementary color
Monochromatic Colors of #719ED7
Black with #719ED7
Text Example
Text Example
White with #719ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719ED7; }
p { color: rgb(113,158,215); }
H1.HeaderClassName
{
color: #719ED7;
}
.AnyTagClassName
{
color: #719ED7;
}
</style>
background-color css
<style>
a { background-color: #719ED7; }
a { background-color: rgb(113,158,215); }
div.DivClassName
{
background-color: #719ED7;
}
.BgClassName
{
background-color: #719ED7;
}
</style>
border-color css
<style>
span { border-color: #719ED7; }
span { border-color: rgb(113,158,215); }
td.TdClassName
{
border-color: #719ED7;
}
.TagClassName
{
border-color: #719ED7;
}
</style>