Shades of Wild Blue Yonder #718BCD
Tints of Wild Blue Yonder #718BCD
RGB
CMYK
RGB Variations
Color information
#718BCD (or 0x718BCD) is known color: Wild Blue Yonder. HEX triplet: 71, 8B and CD. RGB value is (113,139,205). Sum of RGB (Red+Green+Blue) = 113+139+205=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #718BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BCD is #8E7432. Grayscale: #8A8A8A. Windows color (decimal): -9335859 or 13470577. OLE color: 13470577.
HSL color Cylindrical-coordinate representation of color #718BCD: hue angle of 223.04º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #718BCD is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 139 | 205 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.20 |
| HSL | 223.04º | 0.48% | 0.62% | - |
| HSV(B) | 223.04º | 0.45% | 0.8% | - |
| XYZ | 27.06 | 26.38 | 61.42 | - |
| YUV | 138.75 | 165.39 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 205 | 0.45 | 0.32 | 0 | 0.20 | 223.04 | 0.48 | 0.62 |
| Hex | 71 | 8B | CD | 2D | 20 | 0 | 14 | DF | 30 | 3E |
| Octal | 161 | 213 | 315 | 55 | 40 | 0 | 24 | 337 | 60 | 76 |
| Binary | 1110001 | 10001011 | 11001101 | 101101 | 100000 | 0 | 10100 | 11011111 | 110000 | 111110 |
Color Harmonies of #718BCD
Complementary color
Monochromatic Colors of #718BCD
Black with #718BCD
Text Example
Text Example
White with #718BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718BCD; }
p { color: rgb(113,139,205); }
H1.HeaderClassName
{
color: #718BCD;
}
.AnyTagClassName
{
color: #718BCD;
}
</style>
background-color css
<style>
a { background-color: #718BCD; }
a { background-color: rgb(113,139,205); }
div.DivClassName
{
background-color: #718BCD;
}
.BgClassName
{
background-color: #718BCD;
}
</style>
border-color css
<style>
span { border-color: #718BCD; }
span { border-color: rgb(113,139,205); }
td.TdClassName
{
border-color: #718BCD;
}
.TagClassName
{
border-color: #718BCD;
}
</style>