#7080DB

Color #7080DB Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #7080DB

Tints of Cornflower Blue #7080DB

Color information

#7080DB (or 0x7080DB) is unknown color: approx Cornflower Blue. HEX triplet: 70, 80 and DB. RGB value is (112,128,219). Sum of RGB (Red+Green+Blue) = 112+128+219=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #7080DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7080DB is #8F7F24. Grayscale: #858585. Windows color (decimal): -9404197 or 14385264. OLE color: 14385264.

HSL color Cylindrical-coordinate representation of color #7080DB: hue angle of 231.03º degrees, saturation: 0.6, 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 #7080DB is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB112128219-
CMYK0.490.4200.14
HSL231.03º59.78%64.9%-
HSV(B)231.03º48.86%85.88%-
XYZ27.192470.22-
YUV133.59176.2112.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.40%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 219 (85.94% from 255) = 47.71%
R=24.40%
G=27.89%
B=47.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1121282190.490.4200.14231.0359.7864.9
Hex7080DB312A0Ee73c41
Octal160200333615201634774101
Binary1110000100000001101101111000110101001110111001111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7080DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7080DB;
 }
 .AnyTagClassName
 {
   color: #7080DB;
 }
</style>
background-color css

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

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

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

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

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

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