Html Css Color HEX #50A1F9 Cornflower Blue

📋 copy color: '#50A1F9'

red 80 ◦ green 161 ◦ blue 249

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

Shades of Cornflower Blue #50A1F9

Tints of Cornflower Blue #50A1F9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.86%

 BLUE value IS 249 (97.66% from 255) = 50.82%

R = 16.33%
G = 32.86%
B = 50.82%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50A1F9 (or 0x50A1F9) is known color: Cornflower Blue. HEX triplet: 50, A1 and F9. RGB value is (80,161,249). Sum of RGB (Red+Green+Blue) = 80+161+249=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #50A1F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A1F9 is #AF5E06. Grayscale: #929292. Windows color (decimal): -11492871 or 16359760. OLE color: 16359760.

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

Color convert

RGB 80 161 249 -
CMYK 0.68 0.35 0 0.02
HSL 211.24º 0.93% 0.65% -
HSV(B) 211.24º 0.68% 0.98% -
XYZ 33.15 34.03 94.44 -
YUV 146.81 185.66 80.34 -
System Red Green Blue C M Y K H S L
Decimal 80 161 249 0.68 0.35 0 0.02 211.24 0.93 0.65
Hex 50 A1 F9 44 23 0 2 D3 5D 41
Octal 120 241 371 104 43 0 2 323 135 101
Binary 1010000 10100001 11111001 1000100 100011 0 10 11010011 1011101 1000001

Color Harmonies of #50A1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A1F9

Black with #50A1F9

Text Example


Text Example

White with #50A1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,161,249); }

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

background-color css

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

 a { background-color: rgb(80,161,249); }

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

border-color css

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

 span { border-color: rgb(80,161,249); }

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