Shades of Wild Blue Yonder #708AD2
Tints of Wild Blue Yonder #708AD2
RGB
CMYK
RGB Variations
Color information
#708AD2 (or 0x708AD2) is known color: Wild Blue Yonder. HEX triplet: 70, 8A and D2. RGB value is (112,138,210). Sum of RGB (Red+Green+Blue) = 112+138+210=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 210 - color contains mainly: blue. Hex color #708AD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708AD2 is #8F752D. Grayscale: #8A8A8A. Windows color (decimal): -9401646 or 13798000. OLE color: 13798000.
HSL color Cylindrical-coordinate representation of color #708AD2: hue angle of 224.08º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #708AD2 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 138 | 210 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.18 |
| HSL | 224.08º | 0.52% | 0.63% | - |
| HSV(B) | 224.08º | 0.47% | 0.82% | - |
| XYZ | 27.4 | 26.27 | 64.6 | - |
| YUV | 138.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 210 | 0.47 | 0.34 | 0 | 0.18 | 224.08 | 0.52 | 0.63 |
| Hex | 70 | 8A | D2 | 2F | 22 | 0 | 12 | E0 | 34 | 3F |
| Octal | 160 | 212 | 322 | 57 | 42 | 0 | 22 | 340 | 64 | 77 |
| Binary | 1110000 | 10001010 | 11010010 | 101111 | 100010 | 0 | 10010 | 11100000 | 110100 | 111111 |
Color Harmonies of #708AD2
Complementary color
Monochromatic Colors of #708AD2
Black with #708AD2
Text Example
Text Example
White with #708AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AD2; }
p { color: rgb(112,138,210); }
H1.HeaderClassName
{
color: #708AD2;
}
.AnyTagClassName
{
color: #708AD2;
}
</style>
background-color css
<style>
a { background-color: #708AD2; }
a { background-color: rgb(112,138,210); }
div.DivClassName
{
background-color: #708AD2;
}
.BgClassName
{
background-color: #708AD2;
}
</style>
border-color css
<style>
span { border-color: #708AD2; }
span { border-color: rgb(112,138,210); }
td.TdClassName
{
border-color: #708AD2;
}
.TagClassName
{
border-color: #708AD2;
}
</style>