Html Css Color HEX #7082BD Wild Blue Yonder

📋 copy color: '#7082BD'

red 112 ◦ green 130 ◦ blue 189

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

Shades of Wild Blue Yonder #7082BD

Tints of Wild Blue Yonder #7082BD

RGB

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

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

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

R = 25.99%
G = 30.16%
B = 43.85%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7082BD (or 0x7082BD) is known color: Wild Blue Yonder. HEX triplet: 70, 82 and BD. RGB value is (112,130,189). Sum of RGB (Red+Green+Blue) = 112+130+189=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #7082BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7082BD is #8F7D42. Grayscale: #838383. Windows color (decimal): -9403715 or 12419696. OLE color: 12419696.

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

Color convert

RGB 112 130 189 -
CMYK 0.41 0.31 0 0.26
HSL 225.97º 0.37% 0.59% -
HSV(B) 225.97º 0.41% 0.74% -
XYZ 23.85 23.08 51.34 -
YUV 131.34 160.54 114.2 -
System Red Green Blue C M Y K H S L
Decimal 112 130 189 0.41 0.31 0 0.26 225.97 0.37 0.59
Hex 70 82 BD 29 1F 0 1A E2 25 3B
Octal 160 202 275 51 37 0 32 342 45 73
Binary 1110000 10000010 10111101 101001 11111 0 11010 11100010 100101 111011

Color Harmonies of #7082BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7082BD

Black with #7082BD

Text Example


Text Example

White with #7082BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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