Html Css Color HEX #504DCB Free Speech Blue

📋 copy color: '#504DCB'

red 80 ◦ green 77 ◦ blue 203

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

Shades of Free Speech Blue #504DCB

Tints of Free Speech Blue #504DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.39%

 BLUE value IS 203 (79.69% from 255) = 56.39%

R = 22.22%
G = 21.39%
B = 56.39%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#504DCB (or 0x504DCB) is known color: Free Speech Blue. HEX triplet: 50, 4D and CB. RGB value is (80,77,203). Sum of RGB (Red+Green+Blue) = 80+77+203=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #504DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DCB is #AFB234. Grayscale: #5B5B5B. Windows color (decimal): -11514421 or 13323600. OLE color: 13323600.

HSL color Cylindrical-coordinate representation of color #504DCB: hue angle of 241.43º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #504DCB is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 77 203 -
CMYK 0.61 0.62 0 0.20
HSL 241.43º 0.55% 0.55% -
HSV(B) 241.43º 0.62% 0.8% -
XYZ 16.74 11.33 57.8 -
YUV 92.26 190.49 119.25 -
System Red Green Blue C M Y K H S L
Decimal 80 77 203 0.61 0.62 0 0.20 241.43 0.55 0.55
Hex 50 4D CB 3D 3E 0 14 F1 37 37
Octal 120 115 313 75 76 0 24 361 67 67
Binary 1010000 1001101 11001011 111101 111110 0 10100 11110001 110111 110111

Color Harmonies of #504DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504DCB

Black with #504DCB

Text Example


Text Example

White with #504DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,77,203); }

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

background-color css

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

 a { background-color: rgb(80,77,203); }

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

border-color css

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

 span { border-color: rgb(80,77,203); }

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