Shades of Jordy Blue #719ADD
Tints of Jordy Blue #719ADD
RGB
CMYK
RGB Variations
Color information
#719ADD (or 0x719ADD) is known color: Jordy Blue. HEX triplet: 71, 9A and DD. RGB value is (113,154,221). Sum of RGB (Red+Green+Blue) = 113+154+221=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #719ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ADD is #8E6522. Grayscale: #959595. Windows color (decimal): -9332003 or 14522993. OLE color: 14522993.
HSL color Cylindrical-coordinate representation of color #719ADD: hue angle of 217.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #719ADD is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 154 | 221 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.13 |
| HSL | 217.22º | 0.61% | 0.65% | - |
| HSV(B) | 217.22º | 0.49% | 0.87% | - |
| XYZ | 31.42 | 31.84 | 72.9 | - |
| YUV | 149.38 | 168.42 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 154 | 221 | 0.49 | 0.30 | 0 | 0.13 | 217.22 | 0.61 | 0.65 |
| Hex | 71 | 9A | DD | 31 | 1E | 0 | D | D9 | 3D | 41 |
| Octal | 161 | 232 | 335 | 61 | 36 | 0 | 15 | 331 | 75 | 101 |
| Binary | 1110001 | 10011010 | 11011101 | 110001 | 11110 | 0 | 1101 | 11011001 | 111101 | 1000001 |
Color Harmonies of #719ADD
Complementary color
Monochromatic Colors of #719ADD
Black with #719ADD
Text Example
Text Example
White with #719ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719ADD; }
p { color: rgb(113,154,221); }
H1.HeaderClassName
{
color: #719ADD;
}
.AnyTagClassName
{
color: #719ADD;
}
</style>
background-color css
<style>
a { background-color: #719ADD; }
a { background-color: rgb(113,154,221); }
div.DivClassName
{
background-color: #719ADD;
}
.BgClassName
{
background-color: #719ADD;
}
</style>
border-color css
<style>
span { border-color: #719ADD; }
span { border-color: rgb(113,154,221); }
td.TdClassName
{
border-color: #719ADD;
}
.TagClassName
{
border-color: #719ADD;
}
</style>