Shades of Jordy Blue #719AD3
Tints of Jordy Blue #719AD3
RGB
CMYK
RGB Variations
Color information
#719AD3 (or 0x719AD3) is known color: Jordy Blue. HEX triplet: 71, 9A and D3. RGB value is (113,154,211). Sum of RGB (Red+Green+Blue) = 113+154+211=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 211 - color contains mainly: blue. Hex color #719AD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719AD3 is #8E652C. Grayscale: #939393. Windows color (decimal): -9332013 or 13867633. OLE color: 13867633.
HSL color Cylindrical-coordinate representation of color #719AD3: hue angle of 214.9º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #719AD3 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 154 | 211 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.17 |
| HSL | 214.9º | 0.53% | 0.64% | - |
| HSV(B) | 214.9º | 0.46% | 0.83% | - |
| XYZ | 30.12 | 31.33 | 66.09 | - |
| YUV | 148.24 | 163.42 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 154 | 211 | 0.46 | 0.27 | 0 | 0.17 | 214.9 | 0.53 | 0.64 |
| Hex | 71 | 9A | D3 | 2E | 1B | 0 | 11 | D7 | 35 | 40 |
| Octal | 161 | 232 | 323 | 56 | 33 | 0 | 21 | 327 | 65 | 100 |
| Binary | 1110001 | 10011010 | 11010011 | 101110 | 11011 | 0 | 10001 | 11010111 | 110101 | 1000000 |
Color Harmonies of #719AD3
Complementary color
Monochromatic Colors of #719AD3
Black with #719AD3
Text Example
Text Example
White with #719AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719AD3; }
p { color: rgb(113,154,211); }
H1.HeaderClassName
{
color: #719AD3;
}
.AnyTagClassName
{
color: #719AD3;
}
</style>
background-color css
<style>
a { background-color: #719AD3; }
a { background-color: rgb(113,154,211); }
div.DivClassName
{
background-color: #719AD3;
}
.BgClassName
{
background-color: #719AD3;
}
</style>
border-color css
<style>
span { border-color: #719AD3; }
span { border-color: rgb(113,154,211); }
td.TdClassName
{
border-color: #719AD3;
}
.TagClassName
{
border-color: #719AD3;
}
</style>