Html Css Color HEX #505DCD Free Speech Blue

📋 copy color: '#505DCD'

red 80 ◦ green 93 ◦ blue 205

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

Shades of Free Speech Blue #505DCD

Tints of Free Speech Blue #505DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.23%

R = 21.16%
G = 24.6%
B = 54.23%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#505DCD (or 0x505DCD) is known color: Free Speech Blue. HEX triplet: 50, 5D and CD. RGB value is (80,93,205). Sum of RGB (Red+Green+Blue) = 80+93+205=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #505DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DCD is #AFA232. Grayscale: #656565. Windows color (decimal): -11510323 or 13458768. OLE color: 13458768.

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

Color convert

RGB 80 93 205 -
CMYK 0.61 0.55 0 0.20
HSL 233.76º 0.56% 0.56% -
HSV(B) 233.76º 0.61% 0.8% -
XYZ 18.24 13.94 59.49 -
YUV 101.88 186.19 112.39 -
System Red Green Blue C M Y K H S L
Decimal 80 93 205 0.61 0.55 0 0.20 233.76 0.56 0.56
Hex 50 5D CD 3D 37 0 14 EA 38 38
Octal 120 135 315 75 67 0 24 352 70 70
Binary 1010000 1011101 11001101 111101 110111 0 10100 11101010 111000 111000

Color Harmonies of #505DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505DCD

Black with #505DCD

Text Example


Text Example

White with #505DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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