Html Css Color HEX #707DBF Wild Blue Yonder

📋 copy color: '#707DBF'

red 112 ◦ green 125 ◦ blue 191

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

Shades of Wild Blue Yonder #707DBF

Tints of Wild Blue Yonder #707DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.63%

R = 26.17%
G = 29.21%
B = 44.63%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#707DBF (or 0x707DBF) is known color: Wild Blue Yonder. HEX triplet: 70, 7D and BF. RGB value is (112,125,191). Sum of RGB (Red+Green+Blue) = 112+125+191=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #707DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DBF is #8F8240. Grayscale: #808080. Windows color (decimal): -9404993 or 12549488. OLE color: 12549488.

HSL color Cylindrical-coordinate representation of color #707DBF: hue angle of 230.13º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #707DBF is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 125 191 -
CMYK 0.41 0.35 0 0.25
HSL 230.13º 0.38% 0.59% -
HSV(B) 230.13º 0.41% 0.75% -
XYZ 23.42 21.87 52.28 -
YUV 128.64 163.19 116.13 -
System Red Green Blue C M Y K H S L
Decimal 112 125 191 0.41 0.35 0 0.25 230.13 0.38 0.59
Hex 70 7D BF 29 23 0 19 E6 26 3B
Octal 160 175 277 51 43 0 31 346 46 73
Binary 1110000 1111101 10111111 101001 100011 0 11001 11100110 100110 111011

Color Harmonies of #707DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DBF

Black with #707DBF

Text Example


Text Example

White with #707DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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