Html Css Color HEX #5054DD Free Speech Blue

📋 copy color: '#5054DD'

red 80 ◦ green 84 ◦ blue 221

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

Shades of Free Speech Blue #5054DD

Tints of Free Speech Blue #5054DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.82%

 BLUE value IS 221 (86.72% from 255) = 57.4%

R = 20.78%
G = 21.82%
B = 57.4%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5054DD (or 0x5054DD) is known color: Free Speech Blue. HEX triplet: 50, 54 and DD. RGB value is (80,84,221). Sum of RGB (Red+Green+Blue) = 80+84+221=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #5054DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5054DD is #AFAB22. Grayscale: #616161. Windows color (decimal): -11512611 or 14505040. OLE color: 14505040.

HSL color Cylindrical-coordinate representation of color #5054DD: hue angle of 238.3º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5054DD is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 84 221 -
CMYK 0.64 0.62 0 0.13
HSL 238.3º 0.67% 0.59% -
HSV(B) 238.3º 0.64% 0.87% -
XYZ 19.53 13.27 69.94 -
YUV 98.42 197.17 114.86 -
System Red Green Blue C M Y K H S L
Decimal 80 84 221 0.64 0.62 0 0.13 238.3 0.67 0.59
Hex 50 54 DD 40 3E 0 D EE 43 3B
Octal 120 124 335 100 76 0 15 356 103 73
Binary 1010000 1010100 11011101 1000000 111110 0 1101 11101110 1000011 111011

Color Harmonies of #5054DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5054DD

Black with #5054DD

Text Example


Text Example

White with #5054DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5054DD; }

 p { color: rgb(80,84,221); }

 H1.HeaderClassName
 {
   color: #5054DD;
 }
 .AnyTagClassName
 {
   color: #5054DD;
 }
</style>

background-color css

<style>
 a { background-color: #5054DD; }

 a { background-color: rgb(80,84,221); }

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

border-color css

<style>
 span { border-color: #5054DD; }

 span { border-color: rgb(80,84,221); }

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