Shades of Wild Blue Yonder #708BCE
Tints of Wild Blue Yonder #708BCE
RGB
CMYK
RGB Variations
Color information
#708BCE (or 0x708BCE) is known color: Wild Blue Yonder. HEX triplet: 70, 8B and CE. RGB value is (112,139,206). Sum of RGB (Red+Green+Blue) = 112+139+206=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #708BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BCE is #8F7431. Grayscale: #8A8A8A. Windows color (decimal): -9401394 or 13536112. OLE color: 13536112.
HSL color Cylindrical-coordinate representation of color #708BCE: hue angle of 222.77º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #708BCE is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 139 | 206 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.19 |
| HSL | 222.77º | 0.49% | 0.62% | - |
| HSV(B) | 222.77º | 0.46% | 0.81% | - |
| XYZ | 27.06 | 26.37 | 62.06 | - |
| YUV | 138.57 | 166.05 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 206 | 0.46 | 0.33 | 0 | 0.19 | 222.77 | 0.49 | 0.62 |
| Hex | 70 | 8B | CE | 2E | 21 | 0 | 13 | DF | 31 | 3E |
| Octal | 160 | 213 | 316 | 56 | 41 | 0 | 23 | 337 | 61 | 76 |
| Binary | 1110000 | 10001011 | 11001110 | 101110 | 100001 | 0 | 10011 | 11011111 | 110001 | 111110 |
Color Harmonies of #708BCE
Complementary color
Monochromatic Colors of #708BCE
Black with #708BCE
Text Example
Text Example
White with #708BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708BCE; }
p { color: rgb(112,139,206); }
H1.HeaderClassName
{
color: #708BCE;
}
.AnyTagClassName
{
color: #708BCE;
}
</style>
background-color css
<style>
a { background-color: #708BCE; }
a { background-color: rgb(112,139,206); }
div.DivClassName
{
background-color: #708BCE;
}
.BgClassName
{
background-color: #708BCE;
}
</style>
border-color css
<style>
span { border-color: #708BCE; }
span { border-color: rgb(112,139,206); }
td.TdClassName
{
border-color: #708BCE;
}
.TagClassName
{
border-color: #708BCE;
}
</style>