Html Css Color HEX #50AAFD Cornflower Blue

📋 copy color: '#50AAFD'

red 80 ◦ green 170 ◦ blue 253

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

Shades of Cornflower Blue #50AAFD

Tints of Cornflower Blue #50AAFD

RGB

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

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

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

R = 15.9%
G = 33.8%
B = 50.3%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50AAFD (or 0x50AAFD) is known color: Cornflower Blue. HEX triplet: 50, AA and FD. RGB value is (80,170,253). Sum of RGB (Red+Green+Blue) = 80+170+253=503 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.90% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #50AAFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AAFD is #AF5502. Grayscale: #989898. Windows color (decimal): -11490563 or 16624208. OLE color: 16624208.

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

Color convert

RGB 80 170 253 -
CMYK 0.68 0.33 0 0.01
HSL 208.79º 0.98% 0.65% -
HSV(B) 208.79º 0.68% 0.99% -
XYZ 35.41 37.55 98.31 -
YUV 152.55 184.68 76.25 -
System Red Green Blue C M Y K H S L
Decimal 80 170 253 0.68 0.33 0 0.01 208.79 0.98 0.65
Hex 50 AA FD 44 21 0 1 D1 62 41
Octal 120 252 375 104 41 0 1 321 142 101
Binary 1010000 10101010 11111101 1000100 100001 0 1 11010001 1100010 1000001

Color Harmonies of #50AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AAFD

Black with #50AAFD

Text Example


Text Example

White with #50AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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