Html Css Color HEX #514AD1 Free Speech Blue

📋 copy color: '#514AD1'

red 81 ◦ green 74 ◦ blue 209

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

Shades of Free Speech Blue #514AD1

Tints of Free Speech Blue #514AD1

RGB

 RED value IS 81 (32.03% from 255) = 22.25%

 GREEN value IS 74 (29.3% from 255) = 20.33%

 BLUE value IS 209 (82.03% from 255) = 57.42%

R = 22.25%
G = 20.33%
B = 57.42%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#514AD1 (or 0x514AD1) is known color: Free Speech Blue. HEX triplet: 51, 4A and D1. RGB value is (81,74,209). Sum of RGB (Red+Green+Blue) = 81+74+209=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 209 (82.03% from 255 or 57.42% from 364); Max value from RGB is 209 - color contains mainly: blue. Hex color #514AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514AD1 is #AEB52E. Grayscale: #5A5A5A. Windows color (decimal): -11449647 or 13716049. OLE color: 13716049.

HSL color Cylindrical-coordinate representation of color #514AD1: hue angle of 243.11º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #514AD1 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 74 209 -
CMYK 0.61 0.65 0 0.18
HSL 243.11º 0.59% 0.55% -
HSV(B) 243.11º 0.65% 0.82% -
XYZ 17.35 11.25 61.58 -
YUV 91.48 194.32 120.52 -
System Red Green Blue C M Y K H S L
Decimal 81 74 209 0.61 0.65 0 0.18 243.11 0.59 0.55
Hex 51 4A D1 3D 41 0 12 F3 3B 37
Octal 121 112 321 75 101 0 22 363 73 67
Binary 1010001 1001010 11010001 111101 1000001 0 10010 11110011 111011 110111

Color Harmonies of #514AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514AD1

Black with #514AD1

Text Example


Text Example

White with #514AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514AD1; }

 p { color: rgb(81,74,209); }

 H1.HeaderClassName
 {
   color: #514AD1;
 }
 .AnyTagClassName
 {
   color: #514AD1;
 }
</style>

background-color css

<style>
 a { background-color: #514AD1; }

 a { background-color: rgb(81,74,209); }

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

border-color css

<style>
 span { border-color: #514AD1; }

 span { border-color: rgb(81,74,209); }

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