#5096FB

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

Shades of Cornflower Blue #5096FB

Tints of Cornflower Blue #5096FB

Color information

#5096FB (or 0x5096FB) is unknown color: approx Cornflower Blue. HEX triplet: 50, 96 and FB. RGB value is (80,150,251). Sum of RGB (Red+Green+Blue) = 80+150+251=481 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.63% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #5096FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5096FB is #AF6904. Grayscale: #8C8C8C. Windows color (decimal): -11495685 or 16488016. OLE color: 16488016.

HSL color Cylindrical-coordinate representation of color #5096FB: hue angle of 215.44º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5096FB is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB80150251-
CMYK0.680.4000.02
HSL215.44º95.53%64.9%-
HSV(B)215.44º68.13%98.43%-
XYZ31.6330.4895.48-
YUV140.58190.3184.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.63%
GREEN value IS 150 (58.98% from 255) = 31.19%
BLUE value IS 251 (98.44% from 255) = 52.18%
R=16.63%
G=31.19%
B=52.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal801502510.680.4000.02215.4495.5364.9
Hex5096FB442802d76041
Octal1202263731045002327140101
Binary1010000100101101111101110001001010000101101011111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5096FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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