Shades of Jordy Blue #719DD2
Tints of Jordy Blue #719DD2
RGB
CMYK
RGB Variations
Color information
#719DD2 (or 0x719DD2) is known color: Jordy Blue. HEX triplet: 71, 9D and D2. RGB value is (113,157,210). Sum of RGB (Red+Green+Blue) = 113+157+210=480 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.54% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 210 - color contains mainly: blue. Hex color #719DD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DD2 is #8E622D. Grayscale: #959595. Windows color (decimal): -9331246 or 13802865. OLE color: 13802865.
HSL color Cylindrical-coordinate representation of color #719DD2: hue angle of 212.78º 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 #719DD2 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 157 | 210 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.18 |
| HSL | 212.78º | 0.52% | 0.63% | - |
| HSV(B) | 212.78º | 0.46% | 0.82% | - |
| XYZ | 30.5 | 32.28 | 65.6 | - |
| YUV | 149.89 | 161.92 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 210 | 0.46 | 0.25 | 0 | 0.18 | 212.78 | 0.52 | 0.63 |
| Hex | 71 | 9D | D2 | 2E | 19 | 0 | 12 | D5 | 34 | 3F |
| Octal | 161 | 235 | 322 | 56 | 31 | 0 | 22 | 325 | 64 | 77 |
| Binary | 1110001 | 10011101 | 11010010 | 101110 | 11001 | 0 | 10010 | 11010101 | 110100 | 111111 |
Color Harmonies of #719DD2
Complementary color
Monochromatic Colors of #719DD2
Black with #719DD2
Text Example
Text Example
White with #719DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719DD2; }
p { color: rgb(113,157,210); }
H1.HeaderClassName
{
color: #719DD2;
}
.AnyTagClassName
{
color: #719DD2;
}
</style>
background-color css
<style>
a { background-color: #719DD2; }
a { background-color: rgb(113,157,210); }
div.DivClassName
{
background-color: #719DD2;
}
.BgClassName
{
background-color: #719DD2;
}
</style>
border-color css
<style>
span { border-color: #719DD2; }
span { border-color: rgb(113,157,210); }
td.TdClassName
{
border-color: #719DD2;
}
.TagClassName
{
border-color: #719DD2;
}
</style>