Html Css Color HEX #707CBC Wild Blue Yonder

📋 copy color: '#707CBC'

red 112 ◦ green 124 ◦ blue 188

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

Shades of Wild Blue Yonder #707CBC

Tints of Wild Blue Yonder #707CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 26.42%
G = 29.25%
B = 44.34%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#707CBC (or 0x707CBC) is known color: Wild Blue Yonder. HEX triplet: 70, 7C and BC. RGB value is (112,124,188). Sum of RGB (Red+Green+Blue) = 112+124+188=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #707CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707CBC is #8F8343. Grayscale: #7F7F7F. Windows color (decimal): -9405252 or 12352624. OLE color: 12352624.

HSL color Cylindrical-coordinate representation of color #707CBC: hue angle of 230.53º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #707CBC is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 124 188 -
CMYK 0.40 0.34 0 0.26
HSL 230.53º 0.36% 0.59% -
HSV(B) 230.53º 0.4% 0.74% -
XYZ 22.97 21.49 50.51 -
YUV 127.71 162.02 116.8 -
System Red Green Blue C M Y K H S L
Decimal 112 124 188 0.40 0.34 0 0.26 230.53 0.36 0.59
Hex 70 7C BC 28 22 0 1A E7 24 3B
Octal 160 174 274 50 42 0 32 347 44 73
Binary 1110000 1111100 10111100 101000 100010 0 11010 11100111 100100 111011

Color Harmonies of #707CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CBC

Black with #707CBC

Text Example


Text Example

White with #707CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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