Shades of Jordy Blue #719AD4
Tints of Jordy Blue #719AD4
RGB
CMYK
RGB Variations
Color information
#719AD4 (or 0x719AD4) is known color: Jordy Blue. HEX triplet: 71, 9A and D4. RGB value is (113,154,212). Sum of RGB (Red+Green+Blue) = 113+154+212=479 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.59% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 212 - color contains mainly: blue. Hex color #719AD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719AD4 is #8E652B. Grayscale: #949494. Windows color (decimal): -9332012 or 13933169. OLE color: 13933169.
HSL color Cylindrical-coordinate representation of color #719AD4: hue angle of 215.15º 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 #719AD4 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 154 | 212 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.17 |
| HSL | 215.15º | 0.54% | 0.64% | - |
| HSV(B) | 215.15º | 0.47% | 0.83% | - |
| XYZ | 30.25 | 31.38 | 66.75 | - |
| YUV | 148.35 | 163.92 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 154 | 212 | 0.47 | 0.27 | 0 | 0.17 | 215.15 | 0.54 | 0.64 |
| Hex | 71 | 9A | D4 | 2F | 1B | 0 | 11 | D7 | 36 | 40 |
| Octal | 161 | 232 | 324 | 57 | 33 | 0 | 21 | 327 | 66 | 100 |
| Binary | 1110001 | 10011010 | 11010100 | 101111 | 11011 | 0 | 10001 | 11010111 | 110110 | 1000000 |
Color Harmonies of #719AD4
Complementary color
Monochromatic Colors of #719AD4
Black with #719AD4
Text Example
Text Example
White with #719AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719AD4; }
p { color: rgb(113,154,212); }
H1.HeaderClassName
{
color: #719AD4;
}
.AnyTagClassName
{
color: #719AD4;
}
</style>
background-color css
<style>
a { background-color: #719AD4; }
a { background-color: rgb(113,154,212); }
div.DivClassName
{
background-color: #719AD4;
}
.BgClassName
{
background-color: #719AD4;
}
</style>
border-color css
<style>
span { border-color: #719AD4; }
span { border-color: rgb(113,154,212); }
td.TdClassName
{
border-color: #719AD4;
}
.TagClassName
{
border-color: #719AD4;
}
</style>