Html Css Color HEX #504CCF Free Speech Blue

📋 copy color: '#504CCF'

red 80 ◦ green 76 ◦ blue 207

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

Shades of Free Speech Blue #504CCF

Tints of Free Speech Blue #504CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.94%

 BLUE value IS 207 (81.25% from 255) = 57.02%

R = 22.04%
G = 20.94%
B = 57.02%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#504CCF (or 0x504CCF) is known color: Free Speech Blue. HEX triplet: 50, 4C and CF. RGB value is (80,76,207). Sum of RGB (Red+Green+Blue) = 80+76+207=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #504CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504CCF is #AFB330. Grayscale: #5B5B5B. Windows color (decimal): -11514673 or 13585488. OLE color: 13585488.

HSL color Cylindrical-coordinate representation of color #504CCF: hue angle of 241.83º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #504CCF is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 76 207 -
CMYK 0.61 0.63 0 0.19
HSL 241.83º 0.58% 0.55% -
HSV(B) 241.83º 0.63% 0.81% -
XYZ 17.16 11.38 60.32 -
YUV 92.13 192.83 119.35 -
System Red Green Blue C M Y K H S L
Decimal 80 76 207 0.61 0.63 0 0.19 241.83 0.58 0.55
Hex 50 4C CF 3D 3F 0 13 F2 3A 37
Octal 120 114 317 75 77 0 23 362 72 67
Binary 1010000 1001100 11001111 111101 111111 0 10011 11110010 111010 110111

Color Harmonies of #504CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504CCF

Black with #504CCF

Text Example


Text Example

White with #504CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,76,207); }

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

background-color css

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

 a { background-color: rgb(80,76,207); }

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

border-color css

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

 span { border-color: rgb(80,76,207); }

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