Shades of Wild Blue Yonder #718BCF
Tints of Wild Blue Yonder #718BCF
RGB
CMYK
RGB Variations
Color information
#718BCF (or 0x718BCF) is known color: Wild Blue Yonder. HEX triplet: 71, 8B and CF. RGB value is (113,139,207). Sum of RGB (Red+Green+Blue) = 113+139+207=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #718BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BCF is #8E7430. Grayscale: #8A8A8A. Windows color (decimal): -9335857 or 13601649. OLE color: 13601649.
HSL color Cylindrical-coordinate representation of color #718BCF: hue angle of 223.4º 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 #718BCF is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 139 | 207 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.19 |
| HSL | 223.4º | 0.49% | 0.63% | - |
| HSV(B) | 223.4º | 0.45% | 0.81% | - |
| XYZ | 27.31 | 26.48 | 62.7 | - |
| YUV | 138.98 | 166.39 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 207 | 0.45 | 0.33 | 0 | 0.19 | 223.4 | 0.49 | 0.63 |
| Hex | 71 | 8B | CF | 2D | 21 | 0 | 13 | DF | 31 | 3F |
| Octal | 161 | 213 | 317 | 55 | 41 | 0 | 23 | 337 | 61 | 77 |
| Binary | 1110001 | 10001011 | 11001111 | 101101 | 100001 | 0 | 10011 | 11011111 | 110001 | 111111 |
Color Harmonies of #718BCF
Complementary color
Monochromatic Colors of #718BCF
Black with #718BCF
Text Example
Text Example
White with #718BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718BCF; }
p { color: rgb(113,139,207); }
H1.HeaderClassName
{
color: #718BCF;
}
.AnyTagClassName
{
color: #718BCF;
}
</style>
background-color css
<style>
a { background-color: #718BCF; }
a { background-color: rgb(113,139,207); }
div.DivClassName
{
background-color: #718BCF;
}
.BgClassName
{
background-color: #718BCF;
}
</style>
border-color css
<style>
span { border-color: #718BCF; }
span { border-color: rgb(113,139,207); }
td.TdClassName
{
border-color: #718BCF;
}
.TagClassName
{
border-color: #718BCF;
}
</style>