Html Css Color HEX #50A8FE Cornflower Blue

📋 copy color: '#50A8FE'

red 80 ◦ green 168 ◦ blue 254

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

Shades of Cornflower Blue #50A8FE

Tints of Cornflower Blue #50A8FE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.47%

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

R = 15.94%
G = 33.47%
B = 50.6%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#50A8FE (or 0x50A8FE) is known color: Cornflower Blue. HEX triplet: 50, A8 and FE. RGB value is (80,168,254). Sum of RGB (Red+Green+Blue) = 80+168+254=502 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.94% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #50A8FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A8FE is #AF5701. Grayscale: #979797. Windows color (decimal): -11491074 or 16689232. OLE color: 16689232.

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

Color convert

RGB 80 168 254 -
CMYK 0.69 0.34 0 0.00
HSL 209.66º 0.99% 0.65% -
HSV(B) 209.66º 0.69% 1% -
XYZ 35.2 36.87 99.03 -
YUV 151.49 185.85 77.01 -
System Red Green Blue C M Y K H S L
Decimal 80 168 254 0.69 0.34 0 0.00 209.66 0.99 0.65
Hex 50 A8 FE 45 22 0 0 D2 63 41
Octal 120 250 376 105 42 0 0 322 143 101
Binary 1010000 10101000 11111110 1000101 100010 0 0 11010010 1100011 1000001

Color Harmonies of #50A8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A8FE

Black with #50A8FE

Text Example


Text Example

White with #50A8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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