Html Css Color HEX #50A3EC Cornflower Blue

📋 copy color: '#50A3EC'

red 80 ◦ green 163 ◦ blue 236

#50A3EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #50A3EC

Tints of Cornflower Blue #50A3EC

RGB

 RED value IS 80 (31.64% from 255) = 16.7%

 GREEN value IS 163 (64.06% from 255) = 34.03%

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 16.7%
G = 34.03%
B = 49.27%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#50A3EC (or 0x50A3EC) is known color: Cornflower Blue. HEX triplet: 50, A3 and EC. RGB value is (80,163,236). Sum of RGB (Red+Green+Blue) = 80+163+236=479 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.70% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #50A3EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A3EC is #AF5C13. Grayscale: #929292. Windows color (decimal): -11492372 or 15508304. OLE color: 15508304.

HSL color Cylindrical-coordinate representation of color #50A3EC: hue angle of 208.08º degrees, saturation: 0.8, 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 #50A3EC is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 163 236 -
CMYK 0.66 0.31 0 0.07
HSL 208.08º 0.8% 0.62% -
HSV(B) 208.08º 0.66% 0.93% -
XYZ 31.55 33.96 84.25 -
YUV 146.51 178.5 80.56 -
System Red Green Blue C M Y K H S L
Decimal 80 163 236 0.66 0.31 0 0.07 208.08 0.8 0.62
Hex 50 A3 EC 42 1F 0 7 D0 50 3E
Octal 120 243 354 102 37 0 7 320 120 76
Binary 1010000 10100011 11101100 1000010 11111 0 111 11010000 1010000 111110

Color Harmonies of #50A3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A3EC

Black with #50A3EC

Text Example


Text Example

White with #50A3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,163,236); }

 H1.HeaderClassName
 {
   color: #50A3EC;
 }
 .AnyTagClassName
 {
   color: #50A3EC;
 }
</style>

background-color css

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

 a { background-color: rgb(80,163,236); }

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

border-color css

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

 span { border-color: rgb(80,163,236); }

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