Shades of Jordy Blue #719DD8
Tints of Jordy Blue #719DD8
RGB
CMYK
RGB Variations
Color information
#719DD8 (or 0x719DD8) is known color: Jordy Blue. HEX triplet: 71, 9D and D8. RGB value is (113,157,216). Sum of RGB (Red+Green+Blue) = 113+157+216=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #719DD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DD8 is #8E6227. Grayscale: #969696. Windows color (decimal): -9331240 or 14196081. OLE color: 14196081.
HSL color Cylindrical-coordinate representation of color #719DD8: hue angle of 214.37º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #719DD8 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 157 | 216 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.15 |
| HSL | 214.37º | 0.57% | 0.65% | - |
| HSV(B) | 214.37º | 0.48% | 0.85% | - |
| XYZ | 31.26 | 32.58 | 69.61 | - |
| YUV | 150.57 | 164.92 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 216 | 0.48 | 0.27 | 0 | 0.15 | 214.37 | 0.57 | 0.65 |
| Hex | 71 | 9D | D8 | 30 | 1B | 0 | F | D6 | 39 | 41 |
| Octal | 161 | 235 | 330 | 60 | 33 | 0 | 17 | 326 | 71 | 101 |
| Binary | 1110001 | 10011101 | 11011000 | 110000 | 11011 | 0 | 1111 | 11010110 | 111001 | 1000001 |
Color Harmonies of #719DD8
Complementary color
Monochromatic Colors of #719DD8
Black with #719DD8
Text Example
Text Example
White with #719DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719DD8; }
p { color: rgb(113,157,216); }
H1.HeaderClassName
{
color: #719DD8;
}
.AnyTagClassName
{
color: #719DD8;
}
</style>
background-color css
<style>
a { background-color: #719DD8; }
a { background-color: rgb(113,157,216); }
div.DivClassName
{
background-color: #719DD8;
}
.BgClassName
{
background-color: #719DD8;
}
</style>
border-color css
<style>
span { border-color: #719DD8; }
span { border-color: rgb(113,157,216); }
td.TdClassName
{
border-color: #719DD8;
}
.TagClassName
{
border-color: #719DD8;
}
</style>