Shades of Jordy Blue #719DD0
Tints of Jordy Blue #719DD0
RGB
CMYK
RGB Variations
Color information
#719DD0 (or 0x719DD0) is known color: Jordy Blue. HEX triplet: 71, 9D and D0. RGB value is (113,157,208). Sum of RGB (Red+Green+Blue) = 113+157+208=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #719DD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DD0 is #8E622F. Grayscale: #959595. Windows color (decimal): -9331248 or 13671793. OLE color: 13671793.
HSL color Cylindrical-coordinate representation of color #719DD0: hue angle of 212.21º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #719DD0 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 157 | 208 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.18 |
| HSL | 212.21º | 0.5% | 0.63% | - |
| HSV(B) | 212.21º | 0.46% | 0.82% | - |
| XYZ | 30.25 | 32.18 | 64.29 | - |
| YUV | 149.66 | 160.92 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 208 | 0.46 | 0.25 | 0 | 0.18 | 212.21 | 0.5 | 0.63 |
| Hex | 71 | 9D | D0 | 2E | 19 | 0 | 12 | D4 | 32 | 3F |
| Octal | 161 | 235 | 320 | 56 | 31 | 0 | 22 | 324 | 62 | 77 |
| Binary | 1110001 | 10011101 | 11010000 | 101110 | 11001 | 0 | 10010 | 11010100 | 110010 | 111111 |
Color Harmonies of #719DD0
Complementary color
Monochromatic Colors of #719DD0
Black with #719DD0
Text Example
Text Example
White with #719DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719DD0; }
p { color: rgb(113,157,208); }
H1.HeaderClassName
{
color: #719DD0;
}
.AnyTagClassName
{
color: #719DD0;
}
</style>
background-color css
<style>
a { background-color: #719DD0; }
a { background-color: rgb(113,157,208); }
div.DivClassName
{
background-color: #719DD0;
}
.BgClassName
{
background-color: #719DD0;
}
</style>
border-color css
<style>
span { border-color: #719DD0; }
span { border-color: rgb(113,157,208); }
td.TdClassName
{
border-color: #719DD0;
}
.TagClassName
{
border-color: #719DD0;
}
</style>