Html Css Color HEX #50A1FB Cornflower Blue

📋 copy color: '#50A1FB'

red 80 ◦ green 161 ◦ blue 251

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

Shades of Cornflower Blue #50A1FB

Tints of Cornflower Blue #50A1FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.02%

R = 16.26%
G = 32.72%
B = 51.02%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50A1FB (or 0x50A1FB) is known color: Cornflower Blue. HEX triplet: 50, A1 and FB. RGB value is (80,161,251). Sum of RGB (Red+Green+Blue) = 80+161+251=492 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.26% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #50A1FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A1FB is #AF5E04. Grayscale: #929292. Windows color (decimal): -11492869 or 16490832. OLE color: 16490832.

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

Color convert

RGB 80 161 251 -
CMYK 0.68 0.36 0 0.02
HSL 211.58º 0.96% 0.65% -
HSV(B) 211.58º 0.68% 0.98% -
XYZ 33.47 34.16 96.1 -
YUV 147.04 186.66 80.18 -
System Red Green Blue C M Y K H S L
Decimal 80 161 251 0.68 0.36 0 0.02 211.58 0.96 0.65
Hex 50 A1 FB 44 24 0 2 D4 60 41
Octal 120 241 373 104 44 0 2 324 140 101
Binary 1010000 10100001 11111011 1000100 100100 0 10 11010100 1100000 1000001

Color Harmonies of #50A1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A1FB

Black with #50A1FB

Text Example


Text Example

White with #50A1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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