#708CD1

Color #708CD1 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #708CD1

Tints of Wild Blue Yonder #708CD1

Color information

#708CD1 (or 0x708CD1) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8C and D1. RGB value is (112,140,209). Sum of RGB (Red+Green+Blue) = 112+140+209=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #708CD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CD1 is #8F732E. Grayscale: #8B8B8B. Windows color (decimal): -9401135 or 13732976. OLE color: 13732976.

HSL color Cylindrical-coordinate representation of color #708CD1: hue angle of 222.68º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #708CD1 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB112140209-
CMYK0.460.3300.18
HSL222.68º51.32%62.94%-
HSV(B)222.68º46.41%81.96%-
XYZ27.5726.864.04-
YUV139.49167.22108.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 140 (55.08% from 255) = 30.37%
BLUE value IS 209 (82.03% from 255) = 45.34%
R=24.30%
G=30.37%
B=45.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1121402090.460.3300.18222.6851.3262.94
Hex708CD12E21012df333f
Octal16021432156410223376377
Binary1110000100011001101000110111010000101001011011111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708CD1; }

 p { color: rgb(112,140,209); }

 H1.HeaderClassName
 {
   color: #708CD1;
 }
 .AnyTagClassName
 {
   color: #708CD1;
 }
</style>
background-color css

<style>
 a { background-color: #708CD1; }

 a { background-color: rgb(112,140,209); }

 div.DivClassName
 {
   background-color: #708CD1;
 }
 .BgClassName
 {
   background-color: #708CD1;
 }
</style>
border-color css

<style>
 span { border-color: #708CD1; }

 span { border-color: rgb(112,140,209); }

 td.TdClassName
 {
   border-color: #708CD1;
 }
 .TagClassName
 {
   border-color: #708CD1;
 }
</style>