Shades of Jordy Blue #719DDB
Tints of Jordy Blue #719DDB
RGB
CMYK
RGB Variations
Color information
#719DDB (or 0x719DDB) is known color: Jordy Blue. HEX triplet: 71, 9D and DB. RGB value is (113,157,219). Sum of RGB (Red+Green+Blue) = 113+157+219=489 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.11% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #719DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DDB is #8E6224. Grayscale: #969696. Windows color (decimal): -9331237 or 14392689. OLE color: 14392689.
HSL color Cylindrical-coordinate representation of color #719DDB: hue angle of 215.09º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #719DDB is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 157 | 219 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.14 |
| HSL | 215.09º | 0.6% | 0.65% | - |
| HSV(B) | 215.09º | 0.48% | 0.86% | - |
| XYZ | 31.65 | 32.74 | 71.67 | - |
| YUV | 150.91 | 166.42 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 219 | 0.48 | 0.28 | 0 | 0.14 | 215.09 | 0.6 | 0.65 |
| Hex | 71 | 9D | DB | 30 | 1C | 0 | E | D7 | 3C | 41 |
| Octal | 161 | 235 | 333 | 60 | 34 | 0 | 16 | 327 | 74 | 101 |
| Binary | 1110001 | 10011101 | 11011011 | 110000 | 11100 | 0 | 1110 | 11010111 | 111100 | 1000001 |
Color Harmonies of #719DDB
Complementary color
Monochromatic Colors of #719DDB
Black with #719DDB
Text Example
Text Example
White with #719DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719DDB; }
p { color: rgb(113,157,219); }
H1.HeaderClassName
{
color: #719DDB;
}
.AnyTagClassName
{
color: #719DDB;
}
</style>
background-color css
<style>
a { background-color: #719DDB; }
a { background-color: rgb(113,157,219); }
div.DivClassName
{
background-color: #719DDB;
}
.BgClassName
{
background-color: #719DDB;
}
</style>
border-color css
<style>
span { border-color: #719DDB; }
span { border-color: rgb(113,157,219); }
td.TdClassName
{
border-color: #719DDB;
}
.TagClassName
{
border-color: #719DDB;
}
</style>