Shades of Wild Blue Yonder #718BCC
Tints of Wild Blue Yonder #718BCC
RGB
CMYK
RGB Variations
Color information
#718BCC (or 0x718BCC) is known color: Wild Blue Yonder. HEX triplet: 71, 8B and CC. RGB value is (113,139,204). Sum of RGB (Red+Green+Blue) = 113+139+204=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #718BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BCC is #8E7433. Grayscale: #8A8A8A. Windows color (decimal): -9335860 or 13405041. OLE color: 13405041.
HSL color Cylindrical-coordinate representation of color #718BCC: hue angle of 222.86º degrees, saturation: 0.47, 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 #718BCC is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 139 | 204 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.2 |
| HSL | 222.86º | 0.47% | 0.62% | - |
| HSV(B) | 222.86º | 0.45% | 0.8% | - |
| XYZ | 26.94 | 26.34 | 60.79 | - |
| YUV | 138.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 204 | 0.45 | 0.32 | 0 | 0.2 | 222.86 | 0.47 | 0.62 |
| Hex | 71 | 8B | CC | 2D | 20 | 0 | 14 | DF | 2F | 3E |
| Octal | 161 | 213 | 314 | 55 | 40 | 0 | 24 | 337 | 57 | 76 |
| Binary | 1110001 | 10001011 | 11001100 | 101101 | 100000 | 0 | 10100 | 11011111 | 101111 | 111110 |
Color Harmonies of #718BCC
Complementary color
Monochromatic Colors of #718BCC
Black with #718BCC
Text Example
Text Example
White with #718BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718BCC; }
p { color: rgb(113,139,204); }
H1.HeaderClassName
{
color: #718BCC;
}
.AnyTagClassName
{
color: #718BCC;
}
</style>
background-color css
<style>
a { background-color: #718BCC; }
a { background-color: rgb(113,139,204); }
div.DivClassName
{
background-color: #718BCC;
}
.BgClassName
{
background-color: #718BCC;
}
</style>
border-color css
<style>
span { border-color: #718BCC; }
span { border-color: rgb(113,139,204); }
td.TdClassName
{
border-color: #718BCC;
}
.TagClassName
{
border-color: #718BCC;
}
</style>