#708BCA

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

Shades of Wild Blue Yonder #708BCA

Tints of Wild Blue Yonder #708BCA

Color information

#708BCA (or 0x708BCA) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8B and CA. RGB value is (112,139,202). Sum of RGB (Red+Green+Blue) = 112+139+202=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #708BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BCA is #8F7435. Grayscale: #898989. Windows color (decimal): -9401398 or 13273968. OLE color: 13273968.

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

Color convert

RGB112139202-
CMYK0.450.3100.21
HSL222º45.92%61.57%-
HSV(B)222º44.55%79.22%-
XYZ26.5826.1759.53-
YUV138.11164.05109.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.72%
GREEN value IS 139 (54.69% from 255) = 30.68%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=24.72%
G=30.68%
B=44.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121392020.450.3100.2122245.9261.57
Hex708BCA2D1F015de2e3e
Octal16021331255370253365676
Binary111000010001011110010101011011111101010111011110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,139,202); }

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

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

 a { background-color: rgb(112,139,202); }

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

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

 span { border-color: rgb(112,139,202); }

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