Html Css Color HEX #50A2FD Cornflower Blue

📋 copy color: '#50A2FD'

red 80 ◦ green 162 ◦ blue 253

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

Shades of Cornflower Blue #50A2FD

Tints of Cornflower Blue #50A2FD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.73%

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

R = 16.16%
G = 32.73%
B = 51.11%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50A2FD (or 0x50A2FD) is known color: Cornflower Blue. HEX triplet: 50, A2 and FD. RGB value is (80,162,253). Sum of RGB (Red+Green+Blue) = 80+162+253=495 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.16% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #50A2FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A2FD is #AF5D02. Grayscale: #939393. Windows color (decimal): -11492611 or 16622160. OLE color: 16622160.

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

Color convert

RGB 80 162 253 -
CMYK 0.68 0.36 0 0.01
HSL 211.56º 0.98% 0.65% -
HSV(B) 211.56º 0.68% 0.99% -
XYZ 33.96 34.64 97.82 -
YUV 147.86 187.33 79.6 -
System Red Green Blue C M Y K H S L
Decimal 80 162 253 0.68 0.36 0 0.01 211.56 0.98 0.65
Hex 50 A2 FD 44 24 0 1 D4 62 41
Octal 120 242 375 104 44 0 1 324 142 101
Binary 1010000 10100010 11111101 1000100 100100 0 1 11010100 1100010 1000001

Color Harmonies of #50A2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A2FD

Black with #50A2FD

Text Example


Text Example

White with #50A2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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