#5080FF

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

Shades of Cornflower Blue #5080FF

Tints of Cornflower Blue #5080FF

Color information

#5080FF (or 0x5080FF) is unknown color: approx Cornflower Blue. HEX triplet: 50, 80 and FF. RGB value is (80,128,255). Sum of RGB (Red+Green+Blue) = 80+128+255=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #5080FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5080FF is #AF7F00. Grayscale: #7F7F7F. Windows color (decimal): -11501313 or 16744528. OLE color: 16744528.

HSL color Cylindrical-coordinate representation of color #5080FF: hue angle of 223.54º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5080FF is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB80128255-
CMYK0.690.5000
HSL223.54º100%65.69%-
HSV(B)223.54º68.63%100%-
XYZ29.0824.3697.78-
YUV128.13199.693.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.28%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 255 (100% from 255) = 55.08%
R=17.28%
G=27.65%
B=55.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal801282550.690.5000223.5410065.69
Hex5080FF453200e06442
Octal1202003771056200340144102
Binary101000010000000111111111000101110010001110000011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5080FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5080FF; }

 p { color: rgb(80,128,255); }

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

<style>
 a { background-color: #5080FF; }

 a { background-color: rgb(80,128,255); }

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

<style>
 span { border-color: #5080FF; }

 span { border-color: rgb(80,128,255); }

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