Shades of Wild Blue Yonder #718BCE
Tints of Wild Blue Yonder #718BCE
RGB
CMYK
RGB Variations
Color information
#718BCE (or 0x718BCE) is known color: Wild Blue Yonder. HEX triplet: 71, 8B and CE. RGB value is (113,139,206). Sum of RGB (Red+Green+Blue) = 113+139+206=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #718BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BCE is #8E7431. Grayscale: #8A8A8A. Windows color (decimal): -9335858 or 13536113. OLE color: 13536113.
HSL color Cylindrical-coordinate representation of color #718BCE: hue angle of 223.23º 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 #718BCE is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 139 | 206 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.19 |
| HSL | 223.23º | 0.49% | 0.63% | - |
| HSV(B) | 223.23º | 0.45% | 0.81% | - |
| XYZ | 27.18 | 26.43 | 62.06 | - |
| YUV | 138.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 206 | 0.45 | 0.33 | 0 | 0.19 | 223.23 | 0.49 | 0.63 |
| Hex | 71 | 8B | CE | 2D | 21 | 0 | 13 | DF | 31 | 3F |
| Octal | 161 | 213 | 316 | 55 | 41 | 0 | 23 | 337 | 61 | 77 |
| Binary | 1110001 | 10001011 | 11001110 | 101101 | 100001 | 0 | 10011 | 11011111 | 110001 | 111111 |
Color Harmonies of #718BCE
Complementary color
Monochromatic Colors of #718BCE
Black with #718BCE
Text Example
Text Example
White with #718BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718BCE; }
p { color: rgb(113,139,206); }
H1.HeaderClassName
{
color: #718BCE;
}
.AnyTagClassName
{
color: #718BCE;
}
</style>
background-color css
<style>
a { background-color: #718BCE; }
a { background-color: rgb(113,139,206); }
div.DivClassName
{
background-color: #718BCE;
}
.BgClassName
{
background-color: #718BCE;
}
</style>
border-color css
<style>
span { border-color: #718BCE; }
span { border-color: rgb(113,139,206); }
td.TdClassName
{
border-color: #718BCE;
}
.TagClassName
{
border-color: #718BCE;
}
</style>