#5091FE

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

Shades of Cornflower Blue #5091FE

Tints of Cornflower Blue #5091FE

Color information

#5091FE (or 0x5091FE) is unknown color: approx Cornflower Blue. HEX triplet: 50, 91 and FE. RGB value is (80,145,254). Sum of RGB (Red+Green+Blue) = 80+145+254=479 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.70% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #5091FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5091FE is #AF6E01. Grayscale: #898989. Windows color (decimal): -11496962 or 16683344. OLE color: 16683344.

HSL color Cylindrical-coordinate representation of color #5091FE: hue angle of 217.59º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5091FE is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB80145254-
CMYK0.690.4300.00
HSL217.59º98.86%65.49%-
HSV(B)217.59º68.5%99.61%-
XYZ31.3229.1197.73-
YUV137.99193.4786.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.70%
GREEN value IS 145 (57.03% from 255) = 30.27%
BLUE value IS 254 (99.61% from 255) = 53.03%
R=16.70%
G=30.27%
B=53.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal801452540.690.4300.00217.5998.8665.49
Hex5091FE452B00da6341
Octal1202213761055300332143101
Binary101000010010001111111101000101101011001101101011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5091FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5091FE; }

 p { color: rgb(80,145,254); }

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

<style>
 a { background-color: #5091FE; }

 a { background-color: rgb(80,145,254); }

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

<style>
 span { border-color: #5091FE; }

 span { border-color: rgb(80,145,254); }

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