Html Css Color HEX #707FCD Wild Blue Yonder

📋 copy color: '#707FCD'

red 112 ◦ green 127 ◦ blue 205

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

Shades of Wild Blue Yonder #707FCD

Tints of Wild Blue Yonder #707FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 25.23%
G = 28.6%
B = 46.17%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#707FCD (or 0x707FCD) is known color: Wild Blue Yonder. HEX triplet: 70, 7F and CD. RGB value is (112,127,205). Sum of RGB (Red+Green+Blue) = 112+127+205=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #707FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FCD is #8F8032. Grayscale: #838383. Windows color (decimal): -9404467 or 13467504. OLE color: 13467504.

HSL color Cylindrical-coordinate representation of color #707FCD: hue angle of 230.32º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #707FCD is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 127 205 -
CMYK 0.45 0.38 0 0.20
HSL 230.32º 0.48% 0.62% -
HSV(B) 230.32º 0.45% 0.8% -
XYZ 25.29 23.03 60.87 -
YUV 131.41 169.53 114.16 -
System Red Green Blue C M Y K H S L
Decimal 112 127 205 0.45 0.38 0 0.20 230.32 0.48 0.62
Hex 70 7F CD 2D 26 0 14 E6 30 3E
Octal 160 177 315 55 46 0 24 346 60 76
Binary 1110000 1111111 11001101 101101 100110 0 10100 11100110 110000 111110

Color Harmonies of #707FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FCD

Black with #707FCD

Text Example


Text Example

White with #707FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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