Html Css Color HEX #707FCE Wild Blue Yonder

📋 copy color: '#707FCE'

red 112 ◦ green 127 ◦ blue 206

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

Shades of Wild Blue Yonder #707FCE

Tints of Wild Blue Yonder #707FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 28.54%

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 25.17%
G = 28.54%
B = 46.29%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#707FCE (or 0x707FCE) is known color: Wild Blue Yonder. HEX triplet: 70, 7F and CE. RGB value is (112,127,206). Sum of RGB (Red+Green+Blue) = 112+127+206=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #707FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FCE is #8F8031. Grayscale: #838383. Windows color (decimal): -9404466 or 13533040. OLE color: 13533040.

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

Color convert

RGB 112 127 206 -
CMYK 0.46 0.38 0 0.19
HSL 230.43º 0.49% 0.62% -
HSV(B) 230.43º 0.46% 0.81% -
XYZ 25.41 23.08 61.51 -
YUV 131.52 170.03 114.08 -
System Red Green Blue C M Y K H S L
Decimal 112 127 206 0.46 0.38 0 0.19 230.43 0.49 0.62
Hex 70 7F CE 2E 26 0 13 E6 31 3E
Octal 160 177 316 56 46 0 23 346 61 76
Binary 1110000 1111111 11001110 101110 100110 0 10011 11100110 110001 111110

Color Harmonies of #707FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FCE

Black with #707FCE

Text Example


Text Example

White with #707FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,127,206); }

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

background-color css

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

 a { background-color: rgb(112,127,206); }

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

border-color css

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

 span { border-color: rgb(112,127,206); }

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