Html Css Color HEX #50AAFB Cornflower Blue

📋 copy color: '#50AAFB'

red 80 ◦ green 170 ◦ blue 251

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

Shades of Cornflower Blue #50AAFB

Tints of Cornflower Blue #50AAFB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.93%

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

R = 15.97%
G = 33.93%
B = 50.1%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50AAFB (or 0x50AAFB) is known color: Cornflower Blue. HEX triplet: 50, AA and FB. RGB value is (80,170,251). Sum of RGB (Red+Green+Blue) = 80+170+251=501 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.97% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #50AAFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AAFB is #AF5504. Grayscale: #979797. Windows color (decimal): -11490565 or 16493136. OLE color: 16493136.

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

Color convert

RGB 80 170 251 -
CMYK 0.68 0.32 0 0.02
HSL 208.42º 0.96% 0.65% -
HSV(B) 208.42º 0.68% 0.98% -
XYZ 35.1 37.42 96.64 -
YUV 152.32 183.68 76.41 -
System Red Green Blue C M Y K H S L
Decimal 80 170 251 0.68 0.32 0 0.02 208.42 0.96 0.65
Hex 50 AA FB 44 20 0 2 D0 60 41
Octal 120 252 373 104 40 0 2 320 140 101
Binary 1010000 10101010 11111011 1000100 100000 0 10 11010000 1100000 1000001

Color Harmonies of #50AAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AAFB

Black with #50AAFB

Text Example


Text Example

White with #50AAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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