Html Css Color HEX #707DBE Wild Blue Yonder

📋 copy color: '#707DBE'

red 112 ◦ green 125 ◦ blue 190

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

Shades of Wild Blue Yonder #707DBE

Tints of Wild Blue Yonder #707DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 26.23%
G = 29.27%
B = 44.5%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#707DBE (or 0x707DBE) is known color: Wild Blue Yonder. HEX triplet: 70, 7D and BE. RGB value is (112,125,190). Sum of RGB (Red+Green+Blue) = 112+125+190=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #707DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DBE is #8F8241. Grayscale: #808080. Windows color (decimal): -9404994 or 12483952. OLE color: 12483952.

HSL color Cylindrical-coordinate representation of color #707DBE: hue angle of 230º 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 #707DBE is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 125 190 -
CMYK 0.41 0.34 0 0.25
HSL 230º 0.38% 0.59% -
HSV(B) 230º 0.41% 0.75% -
XYZ 23.31 21.83 51.7 -
YUV 128.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 112 125 190 0.41 0.34 0 0.25 230 0.38 0.59
Hex 70 7D BE 29 22 0 19 E6 26 3B
Octal 160 175 276 51 42 0 31 346 46 73
Binary 1110000 1111101 10111110 101001 100010 0 11001 11100110 100110 111011

Color Harmonies of #707DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DBE

Black with #707DBE

Text Example


Text Example

White with #707DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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