Shades of Wild Blue Yonder #718FBA
Tints of Wild Blue Yonder #718FBA
RGB
CMYK
RGB Variations
Color information
#718FBA (or 0x718FBA) is known color: Wild Blue Yonder. HEX triplet: 71, 8F and BA. RGB value is (113,143,186). Sum of RGB (Red+Green+Blue) = 113+143+186=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #718FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FBA is #8E7045. Grayscale: #8A8A8A. Windows color (decimal): -9334854 or 12226417. OLE color: 12226417.
HSL color Cylindrical-coordinate representation of color #718FBA: hue angle of 215.34º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #718FBA is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 143 | 186 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.27 |
| HSL | 215.34º | 0.35% | 0.59% | - |
| HSV(B) | 215.34º | 0.39% | 0.73% | - |
| XYZ | 25.5 | 26.7 | 50.26 | - |
| YUV | 138.93 | 154.56 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 186 | 0.39 | 0.23 | 0 | 0.27 | 215.34 | 0.35 | 0.59 |
| Hex | 71 | 8F | BA | 27 | 17 | 0 | 1B | D7 | 23 | 3B |
| Octal | 161 | 217 | 272 | 47 | 27 | 0 | 33 | 327 | 43 | 73 |
| Binary | 1110001 | 10001111 | 10111010 | 100111 | 10111 | 0 | 11011 | 11010111 | 100011 | 111011 |
Color Harmonies of #718FBA
Complementary color
Monochromatic Colors of #718FBA
Black with #718FBA
Text Example
Text Example
White with #718FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718FBA; }
p { color: rgb(113,143,186); }
H1.HeaderClassName
{
color: #718FBA;
}
.AnyTagClassName
{
color: #718FBA;
}
</style>
background-color css
<style>
a { background-color: #718FBA; }
a { background-color: rgb(113,143,186); }
div.DivClassName
{
background-color: #718FBA;
}
.BgClassName
{
background-color: #718FBA;
}
</style>
border-color css
<style>
span { border-color: #718FBA; }
span { border-color: rgb(113,143,186); }
td.TdClassName
{
border-color: #718FBA;
}
.TagClassName
{
border-color: #718FBA;
}
</style>