#707CCF

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

Shades of Wild Blue Yonder #707CCF

Tints of Wild Blue Yonder #707CCF

Color information

#707CCF (or 0x707CCF) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 7C and CF. RGB value is (112,124,207). Sum of RGB (Red+Green+Blue) = 112+124+207=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #707CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707CCF is #8F8330. Grayscale: #818181. Windows color (decimal): -9405233 or 13597808. OLE color: 13597808.

HSL color Cylindrical-coordinate representation of color #707CCF: hue angle of 232.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #707CCF is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112124207-
CMYK0.460.4000.19
HSL232.42º49.74%62.55%-
HSV(B)232.42º45.89%81.18%-
XYZ25.1522.3762.02-
YUV129.87171.52115.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 124 (48.83% from 255) = 27.99%
BLUE value IS 207 (81.25% from 255) = 46.73%
R=25.28%
G=27.99%
B=46.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121242070.460.4000.19232.4249.7462.55
Hex707CCF2E28013e8323f
Octal16017431756500233506277
Binary111000011111001100111110111010100001001111101000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707CCF; }

 p { color: rgb(112,124,207); }

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

<style>
 a { background-color: #707CCF; }

 a { background-color: rgb(112,124,207); }

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

<style>
 span { border-color: #707CCF; }

 span { border-color: rgb(112,124,207); }

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