Html Css Color HEX #7080DC Cornflower Blue

📋 copy color: '#7080DC'

red 112 ◦ green 128 ◦ blue 220

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

Shades of Cornflower Blue #7080DC

Tints of Cornflower Blue #7080DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 24.35%
G = 27.83%
B = 47.83%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7080DC (or 0x7080DC) is known color: Cornflower Blue. HEX triplet: 70, 80 and DC. RGB value is (112,128,220). Sum of RGB (Red+Green+Blue) = 112+128+220=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #7080DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7080DC is #8F7F23. Grayscale: #858585. Windows color (decimal): -9404196 or 14450800. OLE color: 14450800.

HSL color Cylindrical-coordinate representation of color #7080DC: hue angle of 231.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7080DC is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 128 220 -
CMYK 0.49 0.42 0 0.14
HSL 231.11º 0.61% 0.65% -
HSV(B) 231.11º 0.49% 0.86% -
XYZ 27.32 24.05 70.91 -
YUV 133.7 176.7 112.52 -
System Red Green Blue C M Y K H S L
Decimal 112 128 220 0.49 0.42 0 0.14 231.11 0.61 0.65
Hex 70 80 DC 31 2A 0 E E7 3D 41
Octal 160 200 334 61 52 0 16 347 75 101
Binary 1110000 10000000 11011100 110001 101010 0 1110 11100111 111101 1000001

Color Harmonies of #7080DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7080DC

Black with #7080DC

Text Example


Text Example

White with #7080DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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