Html Css Color HEX #50A6FD Cornflower Blue

📋 copy color: '#50A6FD'

red 80 ◦ green 166 ◦ blue 253

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

Shades of Cornflower Blue #50A6FD

Tints of Cornflower Blue #50A6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.7%

R = 16.03%
G = 33.27%
B = 50.7%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50A6FD (or 0x50A6FD) is known color: Cornflower Blue. HEX triplet: 50, A6 and FD. RGB value is (80,166,253). Sum of RGB (Red+Green+Blue) = 80+166+253=499 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16.03% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #50A6FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A6FD is #AF5902. Grayscale: #959595. Windows color (decimal): -11491587 or 16623184. OLE color: 16623184.

HSL color Cylindrical-coordinate representation of color #50A6FD: hue angle of 210.17º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50A6FD is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 166 253 -
CMYK 0.68 0.34 0 0.01
HSL 210.17º 0.98% 0.65% -
HSV(B) 210.17º 0.68% 0.99% -
XYZ 34.67 36.07 98.06 -
YUV 150.2 186.01 77.93 -
System Red Green Blue C M Y K H S L
Decimal 80 166 253 0.68 0.34 0 0.01 210.17 0.98 0.65
Hex 50 A6 FD 44 22 0 1 D2 62 41
Octal 120 246 375 104 42 0 1 322 142 101
Binary 1010000 10100110 11111101 1000100 100010 0 1 11010010 1100010 1000001

Color Harmonies of #50A6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A6FD

Black with #50A6FD

Text Example


Text Example

White with #50A6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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