#708DCB

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

Shades of Wild Blue Yonder #708DCB

Tints of Wild Blue Yonder #708DCB

Color information

#708DCB (or 0x708DCB) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8D and CB. RGB value is (112,141,203). Sum of RGB (Red+Green+Blue) = 112+141+203=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #708DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DCB is #8F7234. Grayscale: #8B8B8B. Windows color (decimal): -9400885 or 13340016. OLE color: 13340016.

HSL color Cylindrical-coordinate representation of color #708DCB: hue angle of 220.88º degrees, saturation: 0.47, 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 #708DCB is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112141203-
CMYK0.450.3100.20
HSL220.88º46.67%61.76%-
HSV(B)220.88º44.83%79.61%-
XYZ26.9926.8160.25-
YUV139.4163.89108.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.56%
GREEN value IS 141 (55.47% from 255) = 30.92%
BLUE value IS 203 (79.69% from 255) = 44.52%
R=24.56%
G=30.92%
B=44.52%

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
Decimal1121412030.450.3100.20220.8846.6761.76
Hex708DCB2D1F014dd2f3e
Octal16021531355370243355776
Binary111000010001101110010111011011111101010011011101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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