Html Css Color HEX #504BD7 Free Speech Blue

📋 copy color: '#504BD7'

red 80 ◦ green 75 ◦ blue 215

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

Shades of Free Speech Blue #504BD7

Tints of Free Speech Blue #504BD7

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.27%

 BLUE value IS 215 (84.38% from 255) = 58.11%

R = 21.62%
G = 20.27%
B = 58.11%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#504BD7 (or 0x504BD7) is known color: Free Speech Blue. HEX triplet: 50, 4B and D7. RGB value is (80,75,215). Sum of RGB (Red+Green+Blue) = 80+75+215=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 215 (84.38% from 255 or 58.11% from 370); Max value from RGB is 215 - color contains mainly: blue. Hex color #504BD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BD7 is #AFB428. Grayscale: #5B5B5B. Windows color (decimal): -11514921 or 14109520. OLE color: 14109520.

HSL color Cylindrical-coordinate representation of color #504BD7: hue angle of 242.14º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #504BD7 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 75 215 -
CMYK 0.63 0.65 0 0.16
HSL 242.14º 0.64% 0.57% -
HSV(B) 242.14º 0.65% 0.84% -
XYZ 18.09 11.64 65.58 -
YUV 92.46 197.16 119.12 -
System Red Green Blue C M Y K H S L
Decimal 80 75 215 0.63 0.65 0 0.16 242.14 0.64 0.57
Hex 50 4B D7 3F 41 0 10 F2 40 39
Octal 120 113 327 77 101 0 20 362 100 71
Binary 1010000 1001011 11010111 111111 1000001 0 10000 11110010 1000000 111001

Color Harmonies of #504BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504BD7

Black with #504BD7

Text Example


Text Example

White with #504BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504BD7; }

 p { color: rgb(80,75,215); }

 H1.HeaderClassName
 {
   color: #504BD7;
 }
 .AnyTagClassName
 {
   color: #504BD7;
 }
</style>

background-color css

<style>
 a { background-color: #504BD7; }

 a { background-color: rgb(80,75,215); }

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

border-color css

<style>
 span { border-color: #504BD7; }

 span { border-color: rgb(80,75,215); }

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