Html Css Color HEX #5051DC Free Speech Blue

📋 copy color: '#5051DC'

red 80 ◦ green 81 ◦ blue 220

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

Shades of Free Speech Blue #5051DC

Tints of Free Speech Blue #5051DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.26%

 BLUE value IS 220 (86.33% from 255) = 57.74%

R = 21%
G = 21.26%
B = 57.74%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5051DC (or 0x5051DC) is known color: Free Speech Blue. HEX triplet: 50, 51 and DC. RGB value is (80,81,220). Sum of RGB (Red+Green+Blue) = 80+81+220=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #5051DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5051DC is #AFAE23. Grayscale: #5F5F5F. Windows color (decimal): -11513380 or 14438736. OLE color: 14438736.

HSL color Cylindrical-coordinate representation of color #5051DC: hue angle of 239.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5051DC is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 81 220 -
CMYK 0.64 0.63 0 0.14
HSL 239.57º 0.67% 0.59% -
HSV(B) 239.57º 0.64% 0.86% -
XYZ 19.17 12.76 69.16 -
YUV 96.55 197.67 116.2 -
System Red Green Blue C M Y K H S L
Decimal 80 81 220 0.64 0.63 0 0.14 239.57 0.67 0.59
Hex 50 51 DC 40 3F 0 E F0 43 3B
Octal 120 121 334 100 77 0 16 360 103 73
Binary 1010000 1010001 11011100 1000000 111111 0 1110 11110000 1000011 111011

Color Harmonies of #5051DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5051DC

Black with #5051DC

Text Example


Text Example

White with #5051DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5051DC; }

 p { color: rgb(80,81,220); }

 H1.HeaderClassName
 {
   color: #5051DC;
 }
 .AnyTagClassName
 {
   color: #5051DC;
 }
</style>

background-color css

<style>
 a { background-color: #5051DC; }

 a { background-color: rgb(80,81,220); }

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

border-color css

<style>
 span { border-color: #5051DC; }

 span { border-color: rgb(80,81,220); }

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