Html Css Color HEX #50ABFD Cornflower Blue

📋 copy color: '#50ABFD'

red 80 ◦ green 171 ◦ blue 253

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

Shades of Cornflower Blue #50ABFD

Tints of Cornflower Blue #50ABFD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.93%

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

R = 15.87%
G = 33.93%
B = 50.2%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50ABFD (or 0x50ABFD) is known color: Cornflower Blue. HEX triplet: 50, AB and FD. RGB value is (80,171,253). Sum of RGB (Red+Green+Blue) = 80+171+253=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #50ABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ABFD is #AF5402. Grayscale: #989898. Windows color (decimal): -11490307 or 16624464. OLE color: 16624464.

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

Color convert

RGB 80 171 253 -
CMYK 0.68 0.32 0 0.01
HSL 208.44º 0.98% 0.65% -
HSV(B) 208.44º 0.68% 0.99% -
XYZ 35.6 37.92 98.37 -
YUV 153.14 184.35 75.83 -
System Red Green Blue C M Y K H S L
Decimal 80 171 253 0.68 0.32 0 0.01 208.44 0.98 0.65
Hex 50 AB FD 44 20 0 1 D0 62 41
Octal 120 253 375 104 40 0 1 320 142 101
Binary 1010000 10101011 11111101 1000100 100000 0 1 11010000 1100010 1000001

Color Harmonies of #50ABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABFD

Black with #50ABFD

Text Example


Text Example

White with #50ABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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