Html Css Color HEX #505AD0 Free Speech Blue

📋 copy color: '#505AD0'

red 80 ◦ green 90 ◦ blue 208

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

Shades of Free Speech Blue #505AD0

Tints of Free Speech Blue #505AD0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.81%

 BLUE value IS 208 (81.64% from 255) = 55.03%

R = 21.16%
G = 23.81%
B = 55.03%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#505AD0 (or 0x505AD0) is known color: Free Speech Blue. HEX triplet: 50, 5A and D0. RGB value is (80,90,208). Sum of RGB (Red+Green+Blue) = 80+90+208=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 208 (81.64% from 255 or 55.03% from 378); Max value from RGB is 208 - color contains mainly: blue. Hex color #505AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505AD0 is #AFA52F. Grayscale: #636363. Windows color (decimal): -11511088 or 13654608. OLE color: 13654608.

HSL color Cylindrical-coordinate representation of color #505AD0: hue angle of 235.31º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #505AD0 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 90 208 -
CMYK 0.62 0.57 0 0.18
HSL 235.31º 0.58% 0.56% -
HSV(B) 235.31º 0.62% 0.82% -
XYZ 18.35 13.57 61.33 -
YUV 100.46 188.69 113.41 -
System Red Green Blue C M Y K H S L
Decimal 80 90 208 0.62 0.57 0 0.18 235.31 0.58 0.56
Hex 50 5A D0 3E 39 0 12 EB 3A 38
Octal 120 132 320 76 71 0 22 353 72 70
Binary 1010000 1011010 11010000 111110 111001 0 10010 11101011 111010 111000

Color Harmonies of #505AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505AD0

Black with #505AD0

Text Example


Text Example

White with #505AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,90,208); }

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

background-color css

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

 a { background-color: rgb(80,90,208); }

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

border-color css

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

 span { border-color: rgb(80,90,208); }

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