#7180F2

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

Shades of Cornflower Blue #7180F2

Tints of Cornflower Blue #7180F2

Color information

#7180F2 (or 0x7180F2) is unknown color: approx Cornflower Blue. HEX triplet: 71, 80 and F2. RGB value is (113,128,242). Sum of RGB (Red+Green+Blue) = 113+128+242=483 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.40% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #7180F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7180F2 is #8E7F0D. Grayscale: #888888. Windows color (decimal): -9338638 or 15892593. OLE color: 15892593.

HSL color Cylindrical-coordinate representation of color #7180F2: hue angle of 233.02º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7180F2 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB113128242-
CMYK0.530.4700.05
HSL233.02º83.23%69.61%-
HSV(B)233.02º53.31%94.9%-
XYZ30.5625.3687.29-
YUV136.51187.53111.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.40%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 242 (94.92% from 255) = 50.10%
R=23.40%
G=26.50%
B=50.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1131282420.530.4700.05233.0283.2369.61
Hex7180F2352F05e95346
Octal161200362655705351123106
Binary1110001100000001111001011010110111101011110100110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7180F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7180F2; }

 p { color: rgb(113,128,242); }

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

<style>
 a { background-color: #7180F2; }

 a { background-color: rgb(113,128,242); }

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

<style>
 span { border-color: #7180F2; }

 span { border-color: rgb(113,128,242); }

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