Shades of Wild Blue Yonder #707CCF
Tints of Wild Blue Yonder #707CCF
RGB
CMYK
RGB Variations
Color information
#707CCF (or 0x707CCF) is known color: Wild Blue Yonder. HEX triplet: 70, 7C and CF. RGB value is (112,124,207). Sum of RGB (Red+Green+Blue) = 112+124+207=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #707CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707CCF is #8F8330. Grayscale: #818181. Windows color (decimal): -9405233 or 13597808. OLE color: 13597808.
HSL color Cylindrical-coordinate representation of color #707CCF: hue angle of 232.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #707CCF is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 124 | 207 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.19 |
| HSL | 232.42º | 0.5% | 0.63% | - |
| HSV(B) | 232.42º | 0.46% | 0.81% | - |
| XYZ | 25.15 | 22.37 | 62.02 | - |
| YUV | 129.87 | 171.52 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 207 | 0.46 | 0.40 | 0 | 0.19 | 232.42 | 0.5 | 0.63 |
| Hex | 70 | 7C | CF | 2E | 28 | 0 | 13 | E8 | 32 | 3F |
| Octal | 160 | 174 | 317 | 56 | 50 | 0 | 23 | 350 | 62 | 77 |
| Binary | 1110000 | 1111100 | 11001111 | 101110 | 101000 | 0 | 10011 | 11101000 | 110010 | 111111 |
Color Harmonies of #707CCF
Complementary color
Monochromatic Colors of #707CCF
Black with #707CCF
Text Example
Text Example
White with #707CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707CCF; }
p { color: rgb(112,124,207); }
H1.HeaderClassName
{
color: #707CCF;
}
.AnyTagClassName
{
color: #707CCF;
}
</style>
background-color css
<style>
a { background-color: #707CCF; }
a { background-color: rgb(112,124,207); }
div.DivClassName
{
background-color: #707CCF;
}
.BgClassName
{
background-color: #707CCF;
}
</style>
border-color css
<style>
span { border-color: #707CCF; }
span { border-color: rgb(112,124,207); }
td.TdClassName
{
border-color: #707CCF;
}
.TagClassName
{
border-color: #707CCF;
}
</style>