Shades of Wild Blue Yonder #718DCF
Tints of Wild Blue Yonder #718DCF
RGB
CMYK
RGB Variations
Color information
#718DCF (or 0x718DCF) is known color: Wild Blue Yonder. HEX triplet: 71, 8D and CF. RGB value is (113,141,207). Sum of RGB (Red+Green+Blue) = 113+141+207=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #718DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DCF is #8E7230. Grayscale: #8B8B8B. Windows color (decimal): -9335345 or 13602161. OLE color: 13602161.
HSL color Cylindrical-coordinate representation of color #718DCF: hue angle of 222.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #718DCF is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 141 | 207 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.19 |
| HSL | 222.13º | 0.49% | 0.63% | - |
| HSV(B) | 222.13º | 0.45% | 0.81% | - |
| XYZ | 27.6 | 27.07 | 62.8 | - |
| YUV | 140.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 207 | 0.45 | 0.32 | 0 | 0.19 | 222.13 | 0.49 | 0.63 |
| Hex | 71 | 8D | CF | 2D | 20 | 0 | 13 | DE | 31 | 3F |
| Octal | 161 | 215 | 317 | 55 | 40 | 0 | 23 | 336 | 61 | 77 |
| Binary | 1110001 | 10001101 | 11001111 | 101101 | 100000 | 0 | 10011 | 11011110 | 110001 | 111111 |
Color Harmonies of #718DCF
Complementary color
Monochromatic Colors of #718DCF
Black with #718DCF
Text Example
Text Example
White with #718DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718DCF; }
p { color: rgb(113,141,207); }
H1.HeaderClassName
{
color: #718DCF;
}
.AnyTagClassName
{
color: #718DCF;
}
</style>
background-color css
<style>
a { background-color: #718DCF; }
a { background-color: rgb(113,141,207); }
div.DivClassName
{
background-color: #718DCF;
}
.BgClassName
{
background-color: #718DCF;
}
</style>
border-color css
<style>
span { border-color: #718DCF; }
span { border-color: rgb(113,141,207); }
td.TdClassName
{
border-color: #718DCF;
}
.TagClassName
{
border-color: #718DCF;
}
</style>