Html Css Color HEX #505EC8 Free Speech Blue

📋 copy color: '#505EC8'

red 80 ◦ green 94 ◦ blue 200

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

Shades of Free Speech Blue #505EC8

Tints of Free Speech Blue #505EC8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.13%

 BLUE value IS 200 (78.52% from 255) = 53.48%

R = 21.39%
G = 25.13%
B = 53.48%

CMYK

 C value IS 0.6

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#505EC8 (or 0x505EC8) is known color: Free Speech Blue. HEX triplet: 50, 5E and C8. RGB value is (80,94,200). Sum of RGB (Red+Green+Blue) = 80+94+200=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 200 (78.52% from 255 or 53.48% from 374); Max value from RGB is 200 - color contains mainly: blue. Hex color #505EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505EC8 is #AFA137. Grayscale: #656565. Windows color (decimal): -11510072 or 13131344. OLE color: 13131344.

HSL color Cylindrical-coordinate representation of color #505EC8: hue angle of 233º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #505EC8 is Cyan = 0.6, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 94 200 -
CMYK 0.6 0.53 0 0.22
HSL 233º 0.52% 0.55% -
HSV(B) 233º 0.6% 0.78% -
XYZ 17.74 13.88 56.39 -
YUV 101.9 183.36 112.38 -
System Red Green Blue C M Y K H S L
Decimal 80 94 200 0.6 0.53 0 0.22 233 0.52 0.55
Hex 50 5E C8 3C 35 0 16 E9 34 37
Octal 120 136 310 74 65 0 26 351 64 67
Binary 1010000 1011110 11001000 111100 110101 0 10110 11101001 110100 110111

Color Harmonies of #505EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505EC8

Black with #505EC8

Text Example


Text Example

White with #505EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505EC8; }

 p { color: rgb(80,94,200); }

 H1.HeaderClassName
 {
   color: #505EC8;
 }
 .AnyTagClassName
 {
   color: #505EC8;
 }
</style>

background-color css

<style>
 a { background-color: #505EC8; }

 a { background-color: rgb(80,94,200); }

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

border-color css

<style>
 span { border-color: #505EC8; }

 span { border-color: rgb(80,94,200); }

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