#50A8FA

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

Shades of Cornflower Blue #50A8FA

Tints of Cornflower Blue #50A8FA

Color information

#50A8FA (or 0x50A8FA) is unknown color: approx Cornflower Blue. HEX triplet: 50, A8 and FA. RGB value is (80,168,250). Sum of RGB (Red+Green+Blue) = 80+168+250=498 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.06% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #50A8FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A8FA is #AF5705. Grayscale: #969696. Windows color (decimal): -11491078 or 16427088. OLE color: 16427088.

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

Color convert

RGB80168250-
CMYK0.680.3300.02
HSL208.94º94.44%64.71%-
HSV(B)208.94º68%98.04%-
XYZ34.5736.6195.69-
YUV151.04183.8577.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.06%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 250 (98.05% from 255) = 50.20%
R=16.06%
G=33.73%
B=50.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal801682500.680.3300.02208.9494.4464.71
Hex50A8FA442102d15e41
Octal1202503721044102321136101
Binary1010000101010001111101010001001000010101101000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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