Html Css Color HEX #5057DB Free Speech Blue

📋 copy color: '#5057DB'

red 80 ◦ green 87 ◦ blue 219

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

Shades of Free Speech Blue #5057DB

Tints of Free Speech Blue #5057DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.54%

 BLUE value IS 219 (85.94% from 255) = 56.74%

R = 20.73%
G = 22.54%
B = 56.74%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5057DB (or 0x5057DB) is known color: Free Speech Blue. HEX triplet: 50, 57 and DB. RGB value is (80,87,219). Sum of RGB (Red+Green+Blue) = 80+87+219=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #5057DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5057DB is #AFA824. Grayscale: #636363. Windows color (decimal): -11511845 or 14374736. OLE color: 14374736.

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

Color convert

RGB 80 87 219 -
CMYK 0.63 0.60 0 0.14
HSL 236.98º 0.66% 0.59% -
HSV(B) 236.98º 0.63% 0.86% -
XYZ 19.5 13.64 68.62 -
YUV 99.96 195.18 113.77 -
System Red Green Blue C M Y K H S L
Decimal 80 87 219 0.63 0.60 0 0.14 236.98 0.66 0.59
Hex 50 57 DB 3F 3C 0 E ED 42 3B
Octal 120 127 333 77 74 0 16 355 102 73
Binary 1010000 1010111 11011011 111111 111100 0 1110 11101101 1000010 111011

Color Harmonies of #5057DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5057DB

Black with #5057DB

Text Example


Text Example

White with #5057DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5057DB; }

 p { color: rgb(80,87,219); }

 H1.HeaderClassName
 {
   color: #5057DB;
 }
 .AnyTagClassName
 {
   color: #5057DB;
 }
</style>

background-color css

<style>
 a { background-color: #5057DB; }

 a { background-color: rgb(80,87,219); }

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

border-color css

<style>
 span { border-color: #5057DB; }

 span { border-color: rgb(80,87,219); }

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