Html Css Color HEX #505DC8 Free Speech Blue

📋 copy color: '#505DC8'

red 80 ◦ green 93 ◦ blue 200

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

Shades of Free Speech Blue #505DC8

Tints of Free Speech Blue #505DC8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.93%

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

R = 21.45%
G = 24.93%
B = 53.62%

CMYK

 C value IS 0.6

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#505DC8 (or 0x505DC8) is known color: Free Speech Blue. HEX triplet: 50, 5D and C8. RGB value is (80,93,200). Sum of RGB (Red+Green+Blue) = 80+93+200=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 200 (78.52% from 255 or 53.62% from 373); Max value from RGB is 200 - color contains mainly: blue. Hex color #505DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DC8 is #AFA237. Grayscale: #646464. Windows color (decimal): -11510328 or 13131088. OLE color: 13131088.

HSL color Cylindrical-coordinate representation of color #505DC8: hue angle of 233.5º 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 #505DC8 is Cyan = 0.6, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 93 200 -
CMYK 0.6 0.54 0 0.22
HSL 233.5º 0.52% 0.55% -
HSV(B) 233.5º 0.6% 0.78% -
XYZ 17.65 13.7 56.36 -
YUV 101.31 183.69 112.8 -
System Red Green Blue C M Y K H S L
Decimal 80 93 200 0.6 0.54 0 0.22 233.5 0.52 0.55
Hex 50 5D C8 3C 36 0 16 EA 34 37
Octal 120 135 310 74 66 0 26 352 64 67
Binary 1010000 1011101 11001000 111100 110110 0 10110 11101010 110100 110111

Color Harmonies of #505DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505DC8

Black with #505DC8

Text Example


Text Example

White with #505DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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