#708FCD

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

Shades of Wild Blue Yonder #708FCD

Tints of Wild Blue Yonder #708FCD

Color information

#708FCD (or 0x708FCD) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8F and CD. RGB value is (112,143,205). Sum of RGB (Red+Green+Blue) = 112+143+205=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #708FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FCD is #8F7032. Grayscale: #8C8C8C. Windows color (decimal): -9400371 or 13471600. OLE color: 13471600.

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

Color convert

RGB112143205-
CMYK0.450.3000.20
HSL220º48.19%62.16%-
HSV(B)220º45.37%80.39%-
XYZ27.5227.561.61-
YUV140.8164.23107.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.35%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=24.35%
G=31.09%
B=44.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121432050.450.3000.2022048.1962.16
Hex708FCD2D1E014dc303e
Octal16021731555360243346076
Binary111000010001111110011011011011111001010011011100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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