Html Css Color HEX #707DBA Wild Blue Yonder

📋 copy color: '#707DBA'

red 112 ◦ green 125 ◦ blue 186

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

Shades of Wild Blue Yonder #707DBA

Tints of Wild Blue Yonder #707DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 26.48%
G = 29.55%
B = 43.97%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#707DBA (or 0x707DBA) is known color: Wild Blue Yonder. HEX triplet: 70, 7D and BA. RGB value is (112,125,186). Sum of RGB (Red+Green+Blue) = 112+125+186=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #707DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DBA is #8F8245. Grayscale: #7F7F7F. Windows color (decimal): -9404998 or 12221808. OLE color: 12221808.

HSL color Cylindrical-coordinate representation of color #707DBA: hue angle of 229.46º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #707DBA is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 125 186 -
CMYK 0.40 0.33 0 0.27
HSL 229.46º 0.35% 0.58% -
HSV(B) 229.46º 0.4% 0.73% -
XYZ 22.88 21.66 49.43 -
YUV 128.07 160.69 116.54 -
System Red Green Blue C M Y K H S L
Decimal 112 125 186 0.40 0.33 0 0.27 229.46 0.35 0.58
Hex 70 7D BA 28 21 0 1B E5 23 3A
Octal 160 175 272 50 41 0 33 345 43 72
Binary 1110000 1111101 10111010 101000 100001 0 11011 11100101 100011 111010

Color Harmonies of #707DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DBA

Black with #707DBA

Text Example


Text Example

White with #707DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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