#708DCD

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

Shades of Wild Blue Yonder #708DCD

Tints of Wild Blue Yonder #708DCD

Color information

#708DCD (or 0x708DCD) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8D and CD. RGB value is (112,141,205). Sum of RGB (Red+Green+Blue) = 112+141+205=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #708DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DCD is #8F7232. Grayscale: #8B8B8B. Windows color (decimal): -9400883 or 13471088. OLE color: 13471088.

HSL color Cylindrical-coordinate representation of color #708DCD: hue angle of 221.29º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #708DCD is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112141205-
CMYK0.450.3100.20
HSL221.29º48.19%62.16%-
HSV(B)221.29º45.37%80.39%-
XYZ27.2326.961.52-
YUV139.62164.89108.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.45%
GREEN value IS 141 (55.47% from 255) = 30.79%
BLUE value IS 205 (80.47% from 255) = 44.76%
R=24.45%
G=30.79%
B=44.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121412050.450.3100.20221.2948.1962.16
Hex708DCD2D1F014dd303e
Octal16021531555370243356076
Binary111000010001101110011011011011111101010011011101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,141,205); }

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

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

 a { background-color: rgb(112,141,205); }

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

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

 span { border-color: rgb(112,141,205); }

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