Shades of Jordy Blue #719CD4
Tints of Jordy Blue #719CD4
RGB
CMYK
RGB Variations
Color information
#719CD4 (or 0x719CD4) is known color: Jordy Blue. HEX triplet: 71, 9C and D4. RGB value is (113,156,212). Sum of RGB (Red+Green+Blue) = 113+156+212=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #719CD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CD4 is #8E632B. Grayscale: #959595. Windows color (decimal): -9331500 or 13933681. OLE color: 13933681.
HSL color Cylindrical-coordinate representation of color #719CD4: hue angle of 213.94º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #719CD4 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 156 | 212 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.17 |
| HSL | 213.94º | 0.54% | 0.64% | - |
| HSV(B) | 213.94º | 0.47% | 0.83% | - |
| XYZ | 30.58 | 32.04 | 66.86 | - |
| YUV | 149.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 212 | 0.47 | 0.26 | 0 | 0.17 | 213.94 | 0.54 | 0.64 |
| Hex | 71 | 9C | D4 | 2F | 1A | 0 | 11 | D6 | 36 | 40 |
| Octal | 161 | 234 | 324 | 57 | 32 | 0 | 21 | 326 | 66 | 100 |
| Binary | 1110001 | 10011100 | 11010100 | 101111 | 11010 | 0 | 10001 | 11010110 | 110110 | 1000000 |
Color Harmonies of #719CD4
Complementary color
Monochromatic Colors of #719CD4
Black with #719CD4
Text Example
Text Example
White with #719CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719CD4; }
p { color: rgb(113,156,212); }
H1.HeaderClassName
{
color: #719CD4;
}
.AnyTagClassName
{
color: #719CD4;
}
</style>
background-color css
<style>
a { background-color: #719CD4; }
a { background-color: rgb(113,156,212); }
div.DivClassName
{
background-color: #719CD4;
}
.BgClassName
{
background-color: #719CD4;
}
</style>
border-color css
<style>
span { border-color: #719CD4; }
span { border-color: rgb(113,156,212); }
td.TdClassName
{
border-color: #719CD4;
}
.TagClassName
{
border-color: #719CD4;
}
</style>