Html Css Color HEX #707DBD Wild Blue Yonder

📋 copy color: '#707DBD'

red 112 ◦ green 125 ◦ blue 189

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

Shades of Wild Blue Yonder #707DBD

Tints of Wild Blue Yonder #707DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.37%

R = 26.29%
G = 29.34%
B = 44.37%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#707DBD (or 0x707DBD) is known color: Wild Blue Yonder. HEX triplet: 70, 7D and BD. RGB value is (112,125,189). Sum of RGB (Red+Green+Blue) = 112+125+189=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #707DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DBD is #8F8242. Grayscale: #808080. Windows color (decimal): -9404995 or 12418416. OLE color: 12418416.

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

Color convert

RGB 112 125 189 -
CMYK 0.41 0.34 0 0.26
HSL 229.87º 0.37% 0.59% -
HSV(B) 229.87º 0.41% 0.74% -
XYZ 23.2 21.79 51.13 -
YUV 128.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 112 125 189 0.41 0.34 0 0.26 229.87 0.37 0.59
Hex 70 7D BD 29 22 0 1A E6 25 3B
Octal 160 175 275 51 42 0 32 346 45 73
Binary 1110000 1111101 10111101 101001 100010 0 11010 11100110 100101 111011

Color Harmonies of #707DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DBD

Black with #707DBD

Text Example


Text Example

White with #707DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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