Shades of Wild Blue Yonder #718DC7
Tints of Wild Blue Yonder #718DC7
RGB
CMYK
RGB Variations
Color information
#718DC7 (or 0x718DC7) is known color: Wild Blue Yonder. HEX triplet: 71, 8D and C7. RGB value is (113,141,199). Sum of RGB (Red+Green+Blue) = 113+141+199=453 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.94% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 199 - color contains mainly: blue. Hex color #718DC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DC7 is #8E7238. Grayscale: #8A8A8A. Windows color (decimal): -9335353 or 13077873. OLE color: 13077873.
HSL color Cylindrical-coordinate representation of color #718DC7: hue angle of 220.47º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #718DC7 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 141 | 199 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.22 |
| HSL | 220.47º | 0.43% | 0.61% | - |
| HSV(B) | 220.47º | 0.43% | 0.78% | - |
| XYZ | 26.64 | 26.68 | 57.78 | - |
| YUV | 139.24 | 161.72 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 199 | 0.43 | 0.29 | 0 | 0.22 | 220.47 | 0.43 | 0.61 |
| Hex | 71 | 8D | C7 | 2B | 1D | 0 | 16 | DC | 2B | 3D |
| Octal | 161 | 215 | 307 | 53 | 35 | 0 | 26 | 334 | 53 | 75 |
| Binary | 1110001 | 10001101 | 11000111 | 101011 | 11101 | 0 | 10110 | 11011100 | 101011 | 111101 |
Color Harmonies of #718DC7
Complementary color
Monochromatic Colors of #718DC7
Black with #718DC7
Text Example
Text Example
White with #718DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718DC7; }
p { color: rgb(113,141,199); }
H1.HeaderClassName
{
color: #718DC7;
}
.AnyTagClassName
{
color: #718DC7;
}
</style>
background-color css
<style>
a { background-color: #718DC7; }
a { background-color: rgb(113,141,199); }
div.DivClassName
{
background-color: #718DC7;
}
.BgClassName
{
background-color: #718DC7;
}
</style>
border-color css
<style>
span { border-color: #718DC7; }
span { border-color: rgb(113,141,199); }
td.TdClassName
{
border-color: #718DC7;
}
.TagClassName
{
border-color: #718DC7;
}
</style>