#5096F5

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

Shades of Cornflower Blue #5096F5

Tints of Cornflower Blue #5096F5

Color information

#5096F5 (or 0x5096F5) is unknown color: approx Cornflower Blue. HEX triplet: 50, 96 and F5. RGB value is (80,150,245). Sum of RGB (Red+Green+Blue) = 80+150+245=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 245 (96.09% from 255 or 51.58% from 475); Max value from RGB is 245 - color contains mainly: blue. Hex color #5096F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5096F5 is #AF690A. Grayscale: #8B8B8B. Windows color (decimal): -11495691 or 16094800. OLE color: 16094800.

HSL color Cylindrical-coordinate representation of color #5096F5: hue angle of 214.55º degrees, saturation: 0.89, 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 #5096F5 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB80150245-
CMYK0.670.3900.04
HSL214.55º89.19%63.73%-
HSV(B)214.55º67.35%96.08%-
XYZ30.730.1190.58-
YUV139.9187.3185.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.84%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 245 (96.09% from 255) = 51.58%
R=16.84%
G=31.58%
B=51.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal801502450.670.3900.04214.5589.1963.73
Hex5096F5432704d75940
Octal1202263651034704327131100
Binary10100001001011011110101100001110011101001101011110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5096F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5096F5; }

 p { color: rgb(80,150,245); }

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

<style>
 a { background-color: #5096F5; }

 a { background-color: rgb(80,150,245); }

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

<style>
 span { border-color: #5096F5; }

 span { border-color: rgb(80,150,245); }

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