Html Css Color HEX #50A8FD Cornflower Blue

📋 copy color: '#50A8FD'

red 80 ◦ green 168 ◦ blue 253

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

Shades of Cornflower Blue #50A8FD

Tints of Cornflower Blue #50A8FD

RGB

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

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

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

R = 15.97%
G = 33.53%
B = 50.5%

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

#50A8FD (or 0x50A8FD) is known color: Cornflower Blue. HEX triplet: 50, A8 and FD. RGB value is (80,168,253). Sum of RGB (Red+Green+Blue) = 80+168+253=501 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.97% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #50A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A8FD is #AF5702. Grayscale: #969696. Windows color (decimal): -11491075 or 16623696. OLE color: 16623696.

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

Color convert

RGB 80 168 253 -
CMYK 0.68 0.34 0 0.01
HSL 209.48º 0.98% 0.65% -
HSV(B) 209.48º 0.68% 0.99% -
XYZ 35.04 36.8 98.19 -
YUV 151.38 185.35 77.09 -
System Red Green Blue C M Y K H S L
Decimal 80 168 253 0.68 0.34 0 0.01 209.48 0.98 0.65
Hex 50 A8 FD 44 22 0 1 D1 62 41
Octal 120 250 375 104 42 0 1 321 142 101
Binary 1010000 10101000 11111101 1000100 100010 0 1 11010001 1100010 1000001

Color Harmonies of #50A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A8FD

Black with #50A8FD

Text Example


Text Example

White with #50A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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