#5091F4

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

Shades of Cornflower Blue #5091F4

Tints of Cornflower Blue #5091F4

Color information

#5091F4 (or 0x5091F4) is unknown color: approx Cornflower Blue. HEX triplet: 50, 91 and F4. RGB value is (80,145,244). Sum of RGB (Red+Green+Blue) = 80+145+244=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 244 (95.70% from 255 or 52.03% from 469); Max value from RGB is 244 - color contains mainly: blue. Hex color #5091F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5091F4 is #AF6E0B. Grayscale: #888888. Windows color (decimal): -11496972 or 16027984. OLE color: 16027984.

HSL color Cylindrical-coordinate representation of color #5091F4: hue angle of 216.22º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5091F4 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB80145244-
CMYK0.670.4100.04
HSL216.22º88.17%63.53%-
HSV(B)216.22º67.21%95.69%-
XYZ29.7628.4989.52-
YUV136.85188.4787.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.06%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 244 (95.70% from 255) = 52.03%
R=17.06%
G=30.92%
B=52.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal801452440.670.4100.04216.2288.1763.53
Hex5091F4432904d85840
Octal1202213641035104330130100
Binary10100001001000111110100100001110100101001101100010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5091F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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