Shades of Jordy Blue #719CE0
Tints of Jordy Blue #719CE0
RGB
CMYK
RGB Variations
Color information
#719CE0 (or 0x719CE0) is known color: Jordy Blue. HEX triplet: 71, 9C and E0. RGB value is (113,156,224). Sum of RGB (Red+Green+Blue) = 113+156+224=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #719CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CE0 is #8E631F. Grayscale: #969696. Windows color (decimal): -9331488 or 14720113. OLE color: 14720113.
HSL color Cylindrical-coordinate representation of color #719CE0: hue angle of 216.76º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #719CE0 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 156 | 224 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.12 |
| HSL | 216.76º | 0.64% | 0.66% | - |
| HSV(B) | 216.76º | 0.5% | 0.88% | - |
| XYZ | 32.15 | 32.67 | 75.13 | - |
| YUV | 150.9 | 169.25 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 224 | 0.50 | 0.30 | 0 | 0.12 | 216.76 | 0.64 | 0.66 |
| Hex | 71 | 9C | E0 | 32 | 1E | 0 | C | D9 | 40 | 42 |
| Octal | 161 | 234 | 340 | 62 | 36 | 0 | 14 | 331 | 100 | 102 |
| Binary | 1110001 | 10011100 | 11100000 | 110010 | 11110 | 0 | 1100 | 11011001 | 1000000 | 1000010 |
Color Harmonies of #719CE0
Complementary color
Monochromatic Colors of #719CE0
Black with #719CE0
Text Example
Text Example
White with #719CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719CE0; }
p { color: rgb(113,156,224); }
H1.HeaderClassName
{
color: #719CE0;
}
.AnyTagClassName
{
color: #719CE0;
}
</style>
background-color css
<style>
a { background-color: #719CE0; }
a { background-color: rgb(113,156,224); }
div.DivClassName
{
background-color: #719CE0;
}
.BgClassName
{
background-color: #719CE0;
}
</style>
border-color css
<style>
span { border-color: #719CE0; }
span { border-color: rgb(113,156,224); }
td.TdClassName
{
border-color: #719CE0;
}
.TagClassName
{
border-color: #719CE0;
}
</style>