Shades of Wild Blue Yonder #707DCC
Tints of Wild Blue Yonder #707DCC
RGB
CMYK
RGB Variations
Color information
#707DCC (or 0x707DCC) is known color: Wild Blue Yonder. HEX triplet: 70, 7D and CC. RGB value is (112,125,204). Sum of RGB (Red+Green+Blue) = 112+125+204=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #707DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DCC is #8F8233. Grayscale: #818181. Windows color (decimal): -9404980 or 13401456. OLE color: 13401456.
HSL color Cylindrical-coordinate representation of color #707DCC: hue angle of 231.52º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #707DCC is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 125 | 204 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.2 |
| HSL | 231.52º | 0.47% | 0.62% | - |
| HSV(B) | 231.52º | 0.45% | 0.8% | - |
| XYZ | 24.91 | 22.47 | 60.15 | - |
| YUV | 130.12 | 169.69 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 204 | 0.45 | 0.39 | 0 | 0.2 | 231.52 | 0.47 | 0.62 |
| Hex | 70 | 7D | CC | 2D | 27 | 0 | 14 | E8 | 2F | 3E |
| Octal | 160 | 175 | 314 | 55 | 47 | 0 | 24 | 350 | 57 | 76 |
| Binary | 1110000 | 1111101 | 11001100 | 101101 | 100111 | 0 | 10100 | 11101000 | 101111 | 111110 |
Color Harmonies of #707DCC
Complementary color
Monochromatic Colors of #707DCC
Black with #707DCC
Text Example
Text Example
White with #707DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707DCC; }
p { color: rgb(112,125,204); }
H1.HeaderClassName
{
color: #707DCC;
}
.AnyTagClassName
{
color: #707DCC;
}
</style>
background-color css
<style>
a { background-color: #707DCC; }
a { background-color: rgb(112,125,204); }
div.DivClassName
{
background-color: #707DCC;
}
.BgClassName
{
background-color: #707DCC;
}
</style>
border-color css
<style>
span { border-color: #707DCC; }
span { border-color: rgb(112,125,204); }
td.TdClassName
{
border-color: #707DCC;
}
.TagClassName
{
border-color: #707DCC;
}
</style>