Shades of Wild Blue Yonder #718AD5
Tints of Wild Blue Yonder #718AD5
RGB
CMYK
RGB Variations
Color information
#718AD5 (or 0x718AD5) is known color: Wild Blue Yonder. HEX triplet: 71, 8A and D5. RGB value is (113,138,213). Sum of RGB (Red+Green+Blue) = 113+138+213=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #718AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718AD5 is #8E752A. Grayscale: #8A8A8A. Windows color (decimal): -9336107 or 13994609. OLE color: 13994609.
HSL color Cylindrical-coordinate representation of color #718AD5: hue angle of 225º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #718AD5 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 138 | 213 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.16 |
| HSL | 225º | 0.54% | 0.64% | - |
| HSV(B) | 225º | 0.47% | 0.84% | - |
| XYZ | 27.91 | 26.49 | 66.59 | - |
| YUV | 139.08 | 169.72 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 213 | 0.47 | 0.35 | 0 | 0.16 | 225 | 0.54 | 0.64 |
| Hex | 71 | 8A | D5 | 2F | 23 | 0 | 10 | E1 | 36 | 40 |
| Octal | 161 | 212 | 325 | 57 | 43 | 0 | 20 | 341 | 66 | 100 |
| Binary | 1110001 | 10001010 | 11010101 | 101111 | 100011 | 0 | 10000 | 11100001 | 110110 | 1000000 |
Color Harmonies of #718AD5
Complementary color
Monochromatic Colors of #718AD5
Black with #718AD5
Text Example
Text Example
White with #718AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718AD5; }
p { color: rgb(113,138,213); }
H1.HeaderClassName
{
color: #718AD5;
}
.AnyTagClassName
{
color: #718AD5;
}
</style>
background-color css
<style>
a { background-color: #718AD5; }
a { background-color: rgb(113,138,213); }
div.DivClassName
{
background-color: #718AD5;
}
.BgClassName
{
background-color: #718AD5;
}
</style>
border-color css
<style>
span { border-color: #718AD5; }
span { border-color: rgb(113,138,213); }
td.TdClassName
{
border-color: #718AD5;
}
.TagClassName
{
border-color: #718AD5;
}
</style>