Shades of Wild Blue Yonder #707DB3
Tints of Wild Blue Yonder #707DB3
RGB
CMYK
RGB Variations
Color information
#707DB3 (or 0x707DB3) is known color: Wild Blue Yonder. HEX triplet: 70, 7D and B3. RGB value is (112,125,179). Sum of RGB (Red+Green+Blue) = 112+125+179=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 179 - color contains mainly: blue. Hex color #707DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DB3 is #8F824C. Grayscale: #7F7F7F. Windows color (decimal): -9405005 or 11763056. OLE color: 11763056.
HSL color Cylindrical-coordinate representation of color #707DB3: hue angle of 228.36º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #707DB3 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 125 | 179 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.30 |
| HSL | 228.36º | 0.31% | 0.57% | - |
| HSV(B) | 228.36º | 0.37% | 0.7% | - |
| XYZ | 22.15 | 21.37 | 45.6 | - |
| YUV | 127.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 179 | 0.37 | 0.30 | 0 | 0.30 | 228.36 | 0.31 | 0.57 |
| Hex | 70 | 7D | B3 | 25 | 1E | 0 | 1E | E4 | 1F | 39 |
| Octal | 160 | 175 | 263 | 45 | 36 | 0 | 36 | 344 | 37 | 71 |
| Binary | 1110000 | 1111101 | 10110011 | 100101 | 11110 | 0 | 11110 | 11100100 | 11111 | 111001 |
Color Harmonies of #707DB3
Complementary color
Monochromatic Colors of #707DB3
Black with #707DB3
Text Example
Text Example
White with #707DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707DB3; }
p { color: rgb(112,125,179); }
H1.HeaderClassName
{
color: #707DB3;
}
.AnyTagClassName
{
color: #707DB3;
}
</style>
background-color css
<style>
a { background-color: #707DB3; }
a { background-color: rgb(112,125,179); }
div.DivClassName
{
background-color: #707DB3;
}
.BgClassName
{
background-color: #707DB3;
}
</style>
border-color css
<style>
span { border-color: #707DB3; }
span { border-color: rgb(112,125,179); }
td.TdClassName
{
border-color: #707DB3;
}
.TagClassName
{
border-color: #707DB3;
}
</style>