Html Css Color HEX #707DCD Wild Blue Yonder

📋 copy color: '#707DCD'

red 112 ◦ green 125 ◦ blue 205

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

Shades of Wild Blue Yonder #707DCD

Tints of Wild Blue Yonder #707DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.28%

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

R = 25.34%
G = 28.28%
B = 46.38%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#707DCD (or 0x707DCD) is known color: Wild Blue Yonder. HEX triplet: 70, 7D and CD. RGB value is (112,125,205). Sum of RGB (Red+Green+Blue) = 112+125+205=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #707DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DCD is #8F8232. Grayscale: #818181. Windows color (decimal): -9404979 or 13466992. OLE color: 13466992.

HSL color Cylindrical-coordinate representation of color #707DCD: hue angle of 231.61º 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 #707DCD is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 125 205 -
CMYK 0.45 0.39 0 0.20
HSL 231.61º 0.48% 0.62% -
HSV(B) 231.61º 0.45% 0.8% -
XYZ 25.04 22.52 60.78 -
YUV 130.23 170.19 115 -
System Red Green Blue C M Y K H S L
Decimal 112 125 205 0.45 0.39 0 0.20 231.61 0.48 0.62
Hex 70 7D CD 2D 27 0 14 E8 30 3E
Octal 160 175 315 55 47 0 24 350 60 76
Binary 1110000 1111101 11001101 101101 100111 0 10100 11101000 110000 111110

Color Harmonies of #707DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DCD

Black with #707DCD

Text Example


Text Example

White with #707DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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