#50A1FA

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

Shades of Cornflower Blue #50A1FA

Tints of Cornflower Blue #50A1FA

Color information

#50A1FA (or 0x50A1FA) is unknown color: approx Cornflower Blue. HEX triplet: 50, A1 and FA. RGB value is (80,161,250). Sum of RGB (Red+Green+Blue) = 80+161+250=491 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.29% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #50A1FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A1FA is #AF5E05. Grayscale: #929292. Windows color (decimal): -11492870 or 16425296. OLE color: 16425296.

HSL color Cylindrical-coordinate representation of color #50A1FA: hue angle of 211.41º degrees, saturation: 0.94, 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 #50A1FA is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB80161250-
CMYK0.680.3600.02
HSL211.41º94.44%64.71%-
HSV(B)211.41º68%98.04%-
XYZ33.3134.195.27-
YUV146.93186.1680.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.29%
GREEN value IS 161 (63.28% from 255) = 32.79%
BLUE value IS 250 (98.05% from 255) = 50.92%
R=16.29%
G=32.79%
B=50.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal801612500.680.3600.02211.4194.4464.71
Hex50A1FA442402d35e41
Octal1202413721044402323136101
Binary1010000101000011111101010001001001000101101001110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,161,250); }

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

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

 a { background-color: rgb(80,161,250); }

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

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

 span { border-color: rgb(80,161,250); }

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