Html Css Color HEX #505FBA Free Speech Blue

📋 copy color: '#505FBA'

red 80 ◦ green 95 ◦ blue 186

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

Shades of Free Speech Blue #505FBA

Tints of Free Speech Blue #505FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.32%

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 22.16%
G = 26.32%
B = 51.52%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#505FBA (or 0x505FBA) is known color: Free Speech Blue. HEX triplet: 50, 5F and BA. RGB value is (80,95,186). Sum of RGB (Red+Green+Blue) = 80+95+186=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #505FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505FBA is #AFA045. Grayscale: #646464. Windows color (decimal): -11509830 or 12214096. OLE color: 12214096.

HSL color Cylindrical-coordinate representation of color #505FBA: hue angle of 231.51º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #505FBA is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 95 186 -
CMYK 0.57 0.49 0 0.27
HSL 231.51º 0.43% 0.52% -
HSV(B) 231.51º 0.57% 0.73% -
XYZ 16.26 13.44 48.19 -
YUV 100.89 176.03 113.1 -
System Red Green Blue C M Y K H S L
Decimal 80 95 186 0.57 0.49 0 0.27 231.51 0.43 0.52
Hex 50 5F BA 39 31 0 1B E8 2B 34
Octal 120 137 272 71 61 0 33 350 53 64
Binary 1010000 1011111 10111010 111001 110001 0 11011 11101000 101011 110100

Color Harmonies of #505FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505FBA

Black with #505FBA

Text Example


Text Example

White with #505FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,95,186); }

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

background-color css

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

 a { background-color: rgb(80,95,186); }

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

border-color css

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

 span { border-color: rgb(80,95,186); }

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