#7080F1

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

Shades of Cornflower Blue #7080F1

Tints of Cornflower Blue #7080F1

Color information

#7080F1 (or 0x7080F1) is unknown color: approx Cornflower Blue. HEX triplet: 70, 80 and F1. RGB value is (112,128,241). Sum of RGB (Red+Green+Blue) = 112+128+241=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #7080F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7080F1 is #8F7F0E. Grayscale: #878787. Windows color (decimal): -9404175 or 15827056. OLE color: 15827056.

HSL color Cylindrical-coordinate representation of color #7080F1: hue angle of 232.56º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7080F1 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB112128241-
CMYK0.540.4700.05
HSL232.56º82.17%69.22%-
HSV(B)232.56º53.53%94.51%-
XYZ30.2825.2386.49-
YUV136.1187.2110.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.28%
GREEN value IS 128 (50.39% from 255) = 26.61%
BLUE value IS 241 (94.53% from 255) = 50.10%
R=23.28%
G=26.61%
B=50.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1121282410.540.4700.05232.5682.1769.22
Hex7080F1362F05e95245
Octal160200361665705351122105
Binary1110000100000001111000111011010111101011110100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7080F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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