Shades of Wild Blue Yonder #707DC2
Tints of Wild Blue Yonder #707DC2
RGB
CMYK
RGB Variations
Color information
#707DC2 (or 0x707DC2) is known color: Wild Blue Yonder. HEX triplet: 70, 7D and C2. RGB value is (112,125,194). Sum of RGB (Red+Green+Blue) = 112+125+194=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #707DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DC2 is #8F823D. Grayscale: #808080. Windows color (decimal): -9404990 or 12746096. OLE color: 12746096.
HSL color Cylindrical-coordinate representation of color #707DC2: hue angle of 230.49º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #707DC2 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 125 | 194 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.24 |
| HSL | 230.49º | 0.4% | 0.6% | - |
| HSV(B) | 230.49º | 0.42% | 0.76% | - |
| XYZ | 23.75 | 22.01 | 54.03 | - |
| YUV | 128.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 194 | 0.42 | 0.36 | 0 | 0.24 | 230.49 | 0.4 | 0.6 |
| Hex | 70 | 7D | C2 | 2A | 24 | 0 | 18 | E6 | 28 | 3C |
| Octal | 160 | 175 | 302 | 52 | 44 | 0 | 30 | 346 | 50 | 74 |
| Binary | 1110000 | 1111101 | 11000010 | 101010 | 100100 | 0 | 11000 | 11100110 | 101000 | 111100 |
Color Harmonies of #707DC2
Complementary color
Monochromatic Colors of #707DC2
Black with #707DC2
Text Example
Text Example
White with #707DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707DC2; }
p { color: rgb(112,125,194); }
H1.HeaderClassName
{
color: #707DC2;
}
.AnyTagClassName
{
color: #707DC2;
}
</style>
background-color css
<style>
a { background-color: #707DC2; }
a { background-color: rgb(112,125,194); }
div.DivClassName
{
background-color: #707DC2;
}
.BgClassName
{
background-color: #707DC2;
}
</style>
border-color css
<style>
span { border-color: #707DC2; }
span { border-color: rgb(112,125,194); }
td.TdClassName
{
border-color: #707DC2;
}
.TagClassName
{
border-color: #707DC2;
}
</style>