Shades of Wild Blue Yonder #707DC0
Tints of Wild Blue Yonder #707DC0
RGB
CMYK
RGB Variations
Color information
#707DC0 (or 0x707DC0) is known color: Wild Blue Yonder. HEX triplet: 70, 7D and C0. RGB value is (112,125,192). Sum of RGB (Red+Green+Blue) = 112+125+192=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #707DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DC0 is #8F823F. Grayscale: #808080. Windows color (decimal): -9404992 or 12615024. OLE color: 12615024.
HSL color Cylindrical-coordinate representation of color #707DC0: hue angle of 230.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #707DC0 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 125 | 192 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.25 |
| HSL | 230.25º | 0.39% | 0.6% | - |
| HSV(B) | 230.25º | 0.42% | 0.75% | - |
| XYZ | 23.53 | 21.92 | 52.86 | - |
| YUV | 128.75 | 163.69 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 192 | 0.42 | 0.35 | 0 | 0.25 | 230.25 | 0.39 | 0.6 |
| Hex | 70 | 7D | C0 | 2A | 23 | 0 | 19 | E6 | 27 | 3C |
| Octal | 160 | 175 | 300 | 52 | 43 | 0 | 31 | 346 | 47 | 74 |
| Binary | 1110000 | 1111101 | 11000000 | 101010 | 100011 | 0 | 11001 | 11100110 | 100111 | 111100 |
Color Harmonies of #707DC0
Complementary color
Monochromatic Colors of #707DC0
Black with #707DC0
Text Example
Text Example
White with #707DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707DC0; }
p { color: rgb(112,125,192); }
H1.HeaderClassName
{
color: #707DC0;
}
.AnyTagClassName
{
color: #707DC0;
}
</style>
background-color css
<style>
a { background-color: #707DC0; }
a { background-color: rgb(112,125,192); }
div.DivClassName
{
background-color: #707DC0;
}
.BgClassName
{
background-color: #707DC0;
}
</style>
border-color css
<style>
span { border-color: #707DC0; }
span { border-color: rgb(112,125,192); }
td.TdClassName
{
border-color: #707DC0;
}
.TagClassName
{
border-color: #707DC0;
}
</style>