Html Css Color HEX #50A3FE Cornflower Blue

📋 copy color: '#50A3FE'

red 80 ◦ green 163 ◦ blue 254

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

Shades of Cornflower Blue #50A3FE

Tints of Cornflower Blue #50A3FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.11%

R = 16.1%
G = 32.8%
B = 51.11%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#50A3FE (or 0x50A3FE) is known color: Cornflower Blue. HEX triplet: 50, A3 and FE. RGB value is (80,163,254). Sum of RGB (Red+Green+Blue) = 80+163+254=497 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.10% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #50A3FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A3FE is #AF5C01. Grayscale: #949494. Windows color (decimal): -11492354 or 16687952. OLE color: 16687952.

HSL color Cylindrical-coordinate representation of color #50A3FE: hue angle of 211.38º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50A3FE is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 163 254 -
CMYK 0.69 0.36 0 0.00
HSL 211.38º 0.99% 0.65% -
HSV(B) 211.38º 0.69% 1% -
XYZ 34.29 35.06 98.72 -
YUV 148.56 187.5 79.1 -
System Red Green Blue C M Y K H S L
Decimal 80 163 254 0.69 0.36 0 0.00 211.38 0.99 0.65
Hex 50 A3 FE 45 24 0 0 D3 63 41
Octal 120 243 376 105 44 0 0 323 143 101
Binary 1010000 10100011 11111110 1000101 100100 0 0 11010011 1100011 1000001

Color Harmonies of #50A3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A3FE

Black with #50A3FE

Text Example


Text Example

White with #50A3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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