Shades of Wild Blue Yonder #707DB4
Tints of Wild Blue Yonder #707DB4
RGB
CMYK
RGB Variations
Color information
#707DB4 (or 0x707DB4) is known color: Wild Blue Yonder. HEX triplet: 70, 7D and B4. RGB value is (112,125,180). Sum of RGB (Red+Green+Blue) = 112+125+180=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #707DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DB4 is #8F824B. Grayscale: #7F7F7F. Windows color (decimal): -9405004 or 11828592. OLE color: 11828592.
HSL color Cylindrical-coordinate representation of color #707DB4: hue angle of 228.53º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #707DB4 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 125 | 180 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.29 |
| HSL | 228.53º | 0.31% | 0.57% | - |
| HSV(B) | 228.53º | 0.38% | 0.71% | - |
| XYZ | 22.25 | 21.41 | 46.14 | - |
| YUV | 127.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 180 | 0.38 | 0.31 | 0 | 0.29 | 228.53 | 0.31 | 0.57 |
| Hex | 70 | 7D | B4 | 26 | 1F | 0 | 1D | E5 | 1F | 39 |
| Octal | 160 | 175 | 264 | 46 | 37 | 0 | 35 | 345 | 37 | 71 |
| Binary | 1110000 | 1111101 | 10110100 | 100110 | 11111 | 0 | 11101 | 11100101 | 11111 | 111001 |
Color Harmonies of #707DB4
Complementary color
Monochromatic Colors of #707DB4
Black with #707DB4
Text Example
Text Example
White with #707DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707DB4; }
p { color: rgb(112,125,180); }
H1.HeaderClassName
{
color: #707DB4;
}
.AnyTagClassName
{
color: #707DB4;
}
</style>
background-color css
<style>
a { background-color: #707DB4; }
a { background-color: rgb(112,125,180); }
div.DivClassName
{
background-color: #707DB4;
}
.BgClassName
{
background-color: #707DB4;
}
</style>
border-color css
<style>
span { border-color: #707DB4; }
span { border-color: rgb(112,125,180); }
td.TdClassName
{
border-color: #707DB4;
}
.TagClassName
{
border-color: #707DB4;
}
</style>