Shades of Jordy Blue #719ECE
Tints of Jordy Blue #719ECE
RGB
CMYK
RGB Variations
Color information
#719ECE (or 0x719ECE) is known color: Jordy Blue. HEX triplet: 71, 9E and CE. RGB value is (113,158,206). Sum of RGB (Red+Green+Blue) = 113+158+206=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #719ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ECE is #8E6131. Grayscale: #959595. Windows color (decimal): -9330994 or 13540977. OLE color: 13540977.
HSL color Cylindrical-coordinate representation of color #719ECE: hue angle of 210.97º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #719ECE is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 158 | 206 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.19 |
| HSL | 210.97º | 0.49% | 0.63% | - |
| HSV(B) | 210.97º | 0.45% | 0.81% | - |
| XYZ | 30.18 | 32.42 | 63.06 | - |
| YUV | 150.02 | 159.59 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 206 | 0.45 | 0.23 | 0 | 0.19 | 210.97 | 0.49 | 0.63 |
| Hex | 71 | 9E | CE | 2D | 17 | 0 | 13 | D3 | 31 | 3F |
| Octal | 161 | 236 | 316 | 55 | 27 | 0 | 23 | 323 | 61 | 77 |
| Binary | 1110001 | 10011110 | 11001110 | 101101 | 10111 | 0 | 10011 | 11010011 | 110001 | 111111 |
Color Harmonies of #719ECE
Complementary color
Monochromatic Colors of #719ECE
Black with #719ECE
Text Example
Text Example
White with #719ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719ECE; }
p { color: rgb(113,158,206); }
H1.HeaderClassName
{
color: #719ECE;
}
.AnyTagClassName
{
color: #719ECE;
}
</style>
background-color css
<style>
a { background-color: #719ECE; }
a { background-color: rgb(113,158,206); }
div.DivClassName
{
background-color: #719ECE;
}
.BgClassName
{
background-color: #719ECE;
}
</style>
border-color css
<style>
span { border-color: #719ECE; }
span { border-color: rgb(113,158,206); }
td.TdClassName
{
border-color: #719ECE;
}
.TagClassName
{
border-color: #719ECE;
}
</style>