Shades of Jordy Blue #719FCE
Tints of Jordy Blue #719FCE
RGB
CMYK
RGB Variations
Color information
#719FCE (or 0x719FCE) is known color: Jordy Blue. HEX triplet: 71, 9F and CE. RGB value is (113,159,206). Sum of RGB (Red+Green+Blue) = 113+159+206=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #719FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FCE is #8E6031. Grayscale: #969696. Windows color (decimal): -9330738 or 13541233. OLE color: 13541233.
HSL color Cylindrical-coordinate representation of color #719FCE: hue angle of 210.32º 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 #719FCE is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 159 | 206 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.19 |
| HSL | 210.32º | 0.49% | 0.63% | - |
| HSV(B) | 210.32º | 0.45% | 0.81% | - |
| XYZ | 30.35 | 32.76 | 63.12 | - |
| YUV | 150.6 | 159.26 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 206 | 0.45 | 0.23 | 0 | 0.19 | 210.32 | 0.49 | 0.63 |
| Hex | 71 | 9F | CE | 2D | 17 | 0 | 13 | D2 | 31 | 3F |
| Octal | 161 | 237 | 316 | 55 | 27 | 0 | 23 | 322 | 61 | 77 |
| Binary | 1110001 | 10011111 | 11001110 | 101101 | 10111 | 0 | 10011 | 11010010 | 110001 | 111111 |
Color Harmonies of #719FCE
Complementary color
Monochromatic Colors of #719FCE
Black with #719FCE
Text Example
Text Example
White with #719FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719FCE; }
p { color: rgb(113,159,206); }
H1.HeaderClassName
{
color: #719FCE;
}
.AnyTagClassName
{
color: #719FCE;
}
</style>
background-color css
<style>
a { background-color: #719FCE; }
a { background-color: rgb(113,159,206); }
div.DivClassName
{
background-color: #719FCE;
}
.BgClassName
{
background-color: #719FCE;
}
</style>
border-color css
<style>
span { border-color: #719FCE; }
span { border-color: rgb(113,159,206); }
td.TdClassName
{
border-color: #719FCE;
}
.TagClassName
{
border-color: #719FCE;
}
</style>