Html Css Color HEX #7082BE Wild Blue Yonder

📋 copy color: '#7082BE'

red 112 ◦ green 130 ◦ blue 190

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

Shades of Wild Blue Yonder #7082BE

Tints of Wild Blue Yonder #7082BE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.09%

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

R = 25.93%
G = 30.09%
B = 43.98%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7082BE (or 0x7082BE) is known color: Wild Blue Yonder. HEX triplet: 70, 82 and BE. RGB value is (112,130,190). Sum of RGB (Red+Green+Blue) = 112+130+190=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #7082BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7082BE is #8F7D41. Grayscale: #838383. Windows color (decimal): -9403714 or 12485232. OLE color: 12485232.

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

Color convert

RGB 112 130 190 -
CMYK 0.41 0.32 0 0.25
HSL 226.15º 0.38% 0.59% -
HSV(B) 226.15º 0.41% 0.75% -
XYZ 23.96 23.13 51.92 -
YUV 131.46 161.04 114.12 -
System Red Green Blue C M Y K H S L
Decimal 112 130 190 0.41 0.32 0 0.25 226.15 0.38 0.59
Hex 70 82 BE 29 20 0 19 E2 26 3B
Octal 160 202 276 51 40 0 31 342 46 73
Binary 1110000 10000010 10111110 101001 100000 0 11001 11100010 100110 111011

Color Harmonies of #7082BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7082BE

Black with #7082BE

Text Example


Text Example

White with #7082BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7082BE; }

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

 H1.HeaderClassName
 {
   color: #7082BE;
 }
 .AnyTagClassName
 {
   color: #7082BE;
 }
</style>

background-color css

<style>
 a { background-color: #7082BE; }

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

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

border-color css

<style>
 span { border-color: #7082BE; }

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

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