Html Css Color HEX #504BCF Free Speech Blue

📋 copy color: '#504BCF'

red 80 ◦ green 75 ◦ blue 207

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

Shades of Free Speech Blue #504BCF

Tints of Free Speech Blue #504BCF

RGB

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

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

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

R = 22.1%
G = 20.72%
B = 57.18%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#504BCF (or 0x504BCF) is known color: Free Speech Blue. HEX triplet: 50, 4B and CF. RGB value is (80,75,207). Sum of RGB (Red+Green+Blue) = 80+75+207=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #504BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BCF is #AFB430. Grayscale: #5B5B5B. Windows color (decimal): -11514929 or 13585232. OLE color: 13585232.

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

Color convert

RGB 80 75 207 -
CMYK 0.61 0.64 0 0.19
HSL 242.27º 0.58% 0.55% -
HSV(B) 242.27º 0.64% 0.81% -
XYZ 17.09 11.24 60.3 -
YUV 91.54 193.16 119.77 -
System Red Green Blue C M Y K H S L
Decimal 80 75 207 0.61 0.64 0 0.19 242.27 0.58 0.55
Hex 50 4B CF 3D 40 0 13 F2 3A 37
Octal 120 113 317 75 100 0 23 362 72 67
Binary 1010000 1001011 11001111 111101 1000000 0 10011 11110010 111010 110111

Color Harmonies of #504BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504BCF

Black with #504BCF

Text Example


Text Example

White with #504BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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