Html Css Color HEX #514DD2 Free Speech Blue

📋 copy color: '#514DD2'

red 81 ◦ green 77 ◦ blue 210

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

Shades of Free Speech Blue #514DD2

Tints of Free Speech Blue #514DD2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.92%

 BLUE value IS 210 (82.42% from 255) = 57.07%

R = 22.01%
G = 20.92%
B = 57.07%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#514DD2 (or 0x514DD2) is known color: Free Speech Blue. HEX triplet: 51, 4D and D2. RGB value is (81,77,210). Sum of RGB (Red+Green+Blue) = 81+77+210=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 210 (82.42% from 255 or 57.07% from 368); Max value from RGB is 210 - color contains mainly: blue. Hex color #514DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DD2 is #AEB22D. Grayscale: #5C5C5C. Windows color (decimal): -11448878 or 13782353. OLE color: 13782353.

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

Color convert

RGB 81 77 210 -
CMYK 0.61 0.63 0 0.18
HSL 241.8º 0.6% 0.56% -
HSV(B) 241.8º 0.63% 0.82% -
XYZ 17.68 11.71 62.3 -
YUV 93.36 193.83 119.19 -
System Red Green Blue C M Y K H S L
Decimal 81 77 210 0.61 0.63 0 0.18 241.8 0.6 0.56
Hex 51 4D D2 3D 3F 0 12 F2 3C 38
Octal 121 115 322 75 77 0 22 362 74 70
Binary 1010001 1001101 11010010 111101 111111 0 10010 11110010 111100 111000

Color Harmonies of #514DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514DD2

Black with #514DD2

Text Example


Text Example

White with #514DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,77,210); }

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

background-color css

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

 a { background-color: rgb(81,77,210); }

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

border-color css

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

 span { border-color: rgb(81,77,210); }

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