Shades of Jordy Blue #719FD2
Tints of Jordy Blue #719FD2
RGB
CMYK
RGB Variations
Color information
#719FD2 (or 0x719FD2) is known color: Jordy Blue. HEX triplet: 71, 9F and D2. RGB value is (113,159,210). Sum of RGB (Red+Green+Blue) = 113+159+210=482 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.44% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 210 - color contains mainly: blue. Hex color #719FD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FD2 is #8E602D. Grayscale: #969696. Windows color (decimal): -9330734 or 13803377. OLE color: 13803377.
HSL color Cylindrical-coordinate representation of color #719FD2: hue angle of 211.55º degrees, saturation: 0.52, 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 #719FD2 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 159 | 210 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.18 |
| HSL | 211.55º | 0.52% | 0.63% | - |
| HSV(B) | 211.55º | 0.46% | 0.82% | - |
| XYZ | 30.84 | 32.96 | 65.71 | - |
| YUV | 151.06 | 161.26 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 210 | 0.46 | 0.24 | 0 | 0.18 | 211.55 | 0.52 | 0.63 |
| Hex | 71 | 9F | D2 | 2E | 18 | 0 | 12 | D4 | 34 | 3F |
| Octal | 161 | 237 | 322 | 56 | 30 | 0 | 22 | 324 | 64 | 77 |
| Binary | 1110001 | 10011111 | 11010010 | 101110 | 11000 | 0 | 10010 | 11010100 | 110100 | 111111 |
Color Harmonies of #719FD2
Complementary color
Monochromatic Colors of #719FD2
Black with #719FD2
Text Example
Text Example
White with #719FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719FD2; }
p { color: rgb(113,159,210); }
H1.HeaderClassName
{
color: #719FD2;
}
.AnyTagClassName
{
color: #719FD2;
}
</style>
background-color css
<style>
a { background-color: #719FD2; }
a { background-color: rgb(113,159,210); }
div.DivClassName
{
background-color: #719FD2;
}
.BgClassName
{
background-color: #719FD2;
}
</style>
border-color css
<style>
span { border-color: #719FD2; }
span { border-color: rgb(113,159,210); }
td.TdClassName
{
border-color: #719FD2;
}
.TagClassName
{
border-color: #719FD2;
}
</style>