Html Css Color HEX #50A6FE Cornflower Blue

📋 copy color: '#50A6FE'

red 80 ◦ green 166 ◦ blue 254

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

Shades of Cornflower Blue #50A6FE

Tints of Cornflower Blue #50A6FE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.2%

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

R = 16%
G = 33.2%
B = 50.8%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#50A6FE (or 0x50A6FE) is known color: Cornflower Blue. HEX triplet: 50, A6 and FE. RGB value is (80,166,254). Sum of RGB (Red+Green+Blue) = 80+166+254=500 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #50A6FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A6FE is #AF5901. Grayscale: #959595. Windows color (decimal): -11491586 or 16688720. OLE color: 16688720.

HSL color Cylindrical-coordinate representation of color #50A6FE: hue angle of 210.34º 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 #50A6FE is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 166 254 -
CMYK 0.69 0.35 0 0.00
HSL 210.34º 0.99% 0.65% -
HSV(B) 210.34º 0.69% 1% -
XYZ 34.83 36.13 98.9 -
YUV 150.32 186.51 77.84 -
System Red Green Blue C M Y K H S L
Decimal 80 166 254 0.69 0.35 0 0.00 210.34 0.99 0.65
Hex 50 A6 FE 45 23 0 0 D2 63 41
Octal 120 246 376 105 43 0 0 322 143 101
Binary 1010000 10100110 11111110 1000101 100011 0 0 11010010 1100011 1000001

Color Harmonies of #50A6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A6FE

Black with #50A6FE

Text Example


Text Example

White with #50A6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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