Html Css Color HEX #7080CC Wild Blue Yonder

📋 copy color: '#7080CC'

red 112 ◦ green 128 ◦ blue 204

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

Shades of Wild Blue Yonder #7080CC

Tints of Wild Blue Yonder #7080CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 25.23%
G = 28.83%
B = 45.95%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7080CC (or 0x7080CC) is known color: Wild Blue Yonder. HEX triplet: 70, 80 and CC. RGB value is (112,128,204). Sum of RGB (Red+Green+Blue) = 112+128+204=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #7080CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7080CC is #8F7F33. Grayscale: #838383. Windows color (decimal): -9404212 or 13402224. OLE color: 13402224.

HSL color Cylindrical-coordinate representation of color #7080CC: hue angle of 229.57º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7080CC is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 128 204 -
CMYK 0.45 0.37 0 0.2
HSL 229.57º 0.47% 0.62% -
HSV(B) 229.57º 0.45% 0.8% -
XYZ 25.3 23.24 60.28 -
YUV 131.88 168.7 113.82 -
System Red Green Blue C M Y K H S L
Decimal 112 128 204 0.45 0.37 0 0.2 229.57 0.47 0.62
Hex 70 80 CC 2D 25 0 14 E6 2F 3E
Octal 160 200 314 55 45 0 24 346 57 76
Binary 1110000 10000000 11001100 101101 100101 0 10100 11100110 101111 111110

Color Harmonies of #7080CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7080CC

Black with #7080CC

Text Example


Text Example

White with #7080CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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