Html Css Color HEX #50ACFD Cornflower Blue

📋 copy color: '#50ACFD'

red 80 ◦ green 172 ◦ blue 253

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

Shades of Cornflower Blue #50ACFD

Tints of Cornflower Blue #50ACFD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.06%

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

R = 15.84%
G = 34.06%
B = 50.1%

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

#50ACFD (or 0x50ACFD) is known color: Cornflower Blue. HEX triplet: 50, AC and FD. RGB value is (80,172,253). Sum of RGB (Red+Green+Blue) = 80+172+253=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #50ACFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ACFD is #AF5302. Grayscale: #999999. Windows color (decimal): -11490051 or 16624720. OLE color: 16624720.

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

Color convert

RGB 80 172 253 -
CMYK 0.68 0.32 0 0.01
HSL 208.09º 0.98% 0.65% -
HSV(B) 208.09º 0.68% 0.99% -
XYZ 35.79 38.3 98.44 -
YUV 153.73 184.02 75.41 -
System Red Green Blue C M Y K H S L
Decimal 80 172 253 0.68 0.32 0 0.01 208.09 0.98 0.65
Hex 50 AC FD 44 20 0 1 D0 62 41
Octal 120 254 375 104 40 0 1 320 142 101
Binary 1010000 10101100 11111101 1000100 100000 0 1 11010000 1100010 1000001

Color Harmonies of #50ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACFD

Black with #50ACFD

Text Example


Text Example

White with #50ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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