Html Css Color HEX #7080D0 Wild Blue Yonder

📋 copy color: '#7080D0'

red 112 ◦ green 128 ◦ blue 208

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

Shades of Wild Blue Yonder #7080D0

Tints of Wild Blue Yonder #7080D0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.57%

 BLUE value IS 208 (81.64% from 255) = 46.43%

R = 25%
G = 28.57%
B = 46.43%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7080D0 (or 0x7080D0) is known color: Wild Blue Yonder. HEX triplet: 70, 80 and D0. RGB value is (112,128,208). Sum of RGB (Red+Green+Blue) = 112+128+208=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #7080D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7080D0 is #8F7F2F. Grayscale: #848484. Windows color (decimal): -9404208 or 13664368. OLE color: 13664368.

HSL color Cylindrical-coordinate representation of color #7080D0: hue angle of 230º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7080D0 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 128 208 -
CMYK 0.46 0.38 0 0.18
HSL 230º 0.51% 0.63% -
HSV(B) 230º 0.46% 0.82% -
XYZ 25.79 23.44 62.84 -
YUV 132.34 170.7 113.5 -
System Red Green Blue C M Y K H S L
Decimal 112 128 208 0.46 0.38 0 0.18 230 0.51 0.63
Hex 70 80 D0 2E 26 0 12 E6 33 3F
Octal 160 200 320 56 46 0 22 346 63 77
Binary 1110000 10000000 11010000 101110 100110 0 10010 11100110 110011 111111

Color Harmonies of #7080D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7080D0

Black with #7080D0

Text Example


Text Example

White with #7080D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7080D0; }

 p { color: rgb(112,128,208); }

 H1.HeaderClassName
 {
   color: #7080D0;
 }
 .AnyTagClassName
 {
   color: #7080D0;
 }
</style>

background-color css

<style>
 a { background-color: #7080D0; }

 a { background-color: rgb(112,128,208); }

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

border-color css

<style>
 span { border-color: #7080D0; }

 span { border-color: rgb(112,128,208); }

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