Shades of Wild Blue Yonder #718CCF
Tints of Wild Blue Yonder #718CCF
RGB
CMYK
RGB Variations
Color information
#718CCF (or 0x718CCF) is known color: Wild Blue Yonder. HEX triplet: 71, 8C and CF. RGB value is (113,140,207). Sum of RGB (Red+Green+Blue) = 113+140+207=460 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.57% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #718CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CCF is #8E7330. Grayscale: #8B8B8B. Windows color (decimal): -9335601 or 13601905. OLE color: 13601905.
HSL color Cylindrical-coordinate representation of color #718CCF: hue angle of 222.77º 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 #718CCF is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 140 | 207 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.19 |
| HSL | 222.77º | 0.49% | 0.63% | - |
| HSV(B) | 222.77º | 0.45% | 0.81% | - |
| XYZ | 27.45 | 26.77 | 62.75 | - |
| YUV | 139.57 | 166.05 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 207 | 0.45 | 0.32 | 0 | 0.19 | 222.77 | 0.49 | 0.63 |
| Hex | 71 | 8C | CF | 2D | 20 | 0 | 13 | DF | 31 | 3F |
| Octal | 161 | 214 | 317 | 55 | 40 | 0 | 23 | 337 | 61 | 77 |
| Binary | 1110001 | 10001100 | 11001111 | 101101 | 100000 | 0 | 10011 | 11011111 | 110001 | 111111 |
Color Harmonies of #718CCF
Complementary color
Monochromatic Colors of #718CCF
Black with #718CCF
Text Example
Text Example
White with #718CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718CCF; }
p { color: rgb(113,140,207); }
H1.HeaderClassName
{
color: #718CCF;
}
.AnyTagClassName
{
color: #718CCF;
}
</style>
background-color css
<style>
a { background-color: #718CCF; }
a { background-color: rgb(113,140,207); }
div.DivClassName
{
background-color: #718CCF;
}
.BgClassName
{
background-color: #718CCF;
}
</style>
border-color css
<style>
span { border-color: #718CCF; }
span { border-color: rgb(113,140,207); }
td.TdClassName
{
border-color: #718CCF;
}
.TagClassName
{
border-color: #718CCF;
}
</style>