#50A4FC

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

Shades of Cornflower Blue #50A4FC

Tints of Cornflower Blue #50A4FC

Color information

#50A4FC (or 0x50A4FC) is unknown color: approx Cornflower Blue. HEX triplet: 50, A4 and FC. RGB value is (80,164,252). Sum of RGB (Red+Green+Blue) = 80+164+252=496 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.13% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #50A4FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A4FC is #AF5B03. Grayscale: #949494. Windows color (decimal): -11492100 or 16557136. OLE color: 16557136.

HSL color Cylindrical-coordinate representation of color #50A4FC: hue angle of 210.7º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50A4FC is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB80164252-
CMYK0.680.3500.01
HSL210.7º96.63%65.1%-
HSV(B)210.7º68.25%98.82%-
XYZ34.1535.2897.11-
YUV148.92186.1778.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.13%
GREEN value IS 164 (64.45% from 255) = 33.06%
BLUE value IS 252 (98.83% from 255) = 50.81%
R=16.13%
G=33.06%
B=50.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal801642520.680.3500.01210.796.6365.1
Hex50A4FC442301d36141
Octal1202443741044301323141101
Binary101000010100100111111001000100100011011101001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50A4FC; }

 p { color: rgb(80,164,252); }

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

<style>
 a { background-color: #50A4FC; }

 a { background-color: rgb(80,164,252); }

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

<style>
 span { border-color: #50A4FC; }

 span { border-color: rgb(80,164,252); }

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