Html Css Color HEX #707CC2 Wild Blue Yonder

📋 copy color: '#707CC2'

red 112 ◦ green 124 ◦ blue 194

#707CC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #707CC2

Tints of Wild Blue Yonder #707CC2

RGB

 RED value IS 112 (44.14% from 255) = 26.05%

 GREEN value IS 124 (48.83% from 255) = 28.84%

 BLUE value IS 194 (76.17% from 255) = 45.12%

R = 26.05%
G = 28.84%
B = 45.12%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#707CC2 (or 0x707CC2) is known color: Wild Blue Yonder. HEX triplet: 70, 7C and C2. RGB value is (112,124,194). Sum of RGB (Red+Green+Blue) = 112+124+194=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #707CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707CC2 is #8F833D. Grayscale: #808080. Windows color (decimal): -9405246 or 12745840. OLE color: 12745840.

HSL color Cylindrical-coordinate representation of color #707CC2: hue angle of 231.22º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #707CC2 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 124 194 -
CMYK 0.42 0.36 0 0.24
HSL 231.22º 0.4% 0.6% -
HSV(B) 231.22º 0.42% 0.76% -
XYZ 23.63 21.76 53.99 -
YUV 128.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 112 124 194 0.42 0.36 0 0.24 231.22 0.4 0.6
Hex 70 7C C2 2A 24 0 18 E7 28 3C
Octal 160 174 302 52 44 0 30 347 50 74
Binary 1110000 1111100 11000010 101010 100100 0 11000 11100111 101000 111100

Color Harmonies of #707CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CC2

Black with #707CC2

Text Example


Text Example

White with #707CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #707CC2;
 }
 .AnyTagClassName
 {
   color: #707CC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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