Shades of Wild Blue Yonder #718EC2
Tints of Wild Blue Yonder #718EC2
RGB
CMYK
RGB Variations
Color information
#718EC2 (or 0x718EC2) is known color: Wild Blue Yonder. HEX triplet: 71, 8E and C2. RGB value is (113,142,194). Sum of RGB (Red+Green+Blue) = 113+142+194=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #718EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718EC2 is #8E713D. Grayscale: #8B8B8B. Windows color (decimal): -9335102 or 12750449. OLE color: 12750449.
HSL color Cylindrical-coordinate representation of color #718EC2: hue angle of 218.52º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #718EC2 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 142 | 194 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.24 |
| HSL | 218.52º | 0.4% | 0.6% | - |
| HSV(B) | 218.52º | 0.42% | 0.76% | - |
| XYZ | 26.22 | 26.75 | 54.82 | - |
| YUV | 139.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 142 | 194 | 0.42 | 0.27 | 0 | 0.24 | 218.52 | 0.4 | 0.6 |
| Hex | 71 | 8E | C2 | 2A | 1B | 0 | 18 | DB | 28 | 3C |
| Octal | 161 | 216 | 302 | 52 | 33 | 0 | 30 | 333 | 50 | 74 |
| Binary | 1110001 | 10001110 | 11000010 | 101010 | 11011 | 0 | 11000 | 11011011 | 101000 | 111100 |
Color Harmonies of #718EC2
Complementary color
Monochromatic Colors of #718EC2
Black with #718EC2
Text Example
Text Example
White with #718EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718EC2; }
p { color: rgb(113,142,194); }
H1.HeaderClassName
{
color: #718EC2;
}
.AnyTagClassName
{
color: #718EC2;
}
</style>
background-color css
<style>
a { background-color: #718EC2; }
a { background-color: rgb(113,142,194); }
div.DivClassName
{
background-color: #718EC2;
}
.BgClassName
{
background-color: #718EC2;
}
</style>
border-color css
<style>
span { border-color: #718EC2; }
span { border-color: rgb(113,142,194); }
td.TdClassName
{
border-color: #718EC2;
}
.TagClassName
{
border-color: #718EC2;
}
</style>