#50A5EE

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

Shades of Cornflower Blue #50A5EE

Tints of Cornflower Blue #50A5EE

Color information

#50A5EE (or 0x50A5EE) is unknown color: approx Cornflower Blue. HEX triplet: 50, A5 and EE. RGB value is (80,165,238). Sum of RGB (Red+Green+Blue) = 80+165+238=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #50A5EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A5EE is #AF5A11. Grayscale: #939393. Windows color (decimal): -11491858 or 15639888. OLE color: 15639888.

HSL color Cylindrical-coordinate representation of color #50A5EE: hue angle of 207.72º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50A5EE is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB80165238-
CMYK0.660.3100.07
HSL207.72º82.29%62.35%-
HSV(B)207.72º66.39%93.33%-
XYZ32.234.7985.91-
YUV147.91178.8479.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.56%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 238 (93.36% from 255) = 49.28%
R=16.56%
G=34.16%
B=49.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal801652380.660.3100.07207.7282.2962.35
Hex50A5EE421F07d0523e
Octal120245356102370732012276
Binary101000010100101111011101000010111110111110100001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,165,238); }

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

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

 a { background-color: rgb(80,165,238); }

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

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

 span { border-color: rgb(80,165,238); }

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