#514DD8

Color #514DD8 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #514DD8

Tints of Free Speech Blue #514DD8

Color information

#514DD8 (or 0x514DD8) is unknown color: approx Free Speech Blue. HEX triplet: 51, 4D and D8. RGB value is (81,77,216). Sum of RGB (Red+Green+Blue) = 81+77+216=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 216 (84.77% from 255 or 57.75% from 374); Max value from RGB is 216 - color contains mainly: blue. Hex color #514DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DD8 is #AEB227. Grayscale: #5D5D5D. Windows color (decimal): -11448872 or 14175569. OLE color: 14175569.

HSL color Cylindrical-coordinate representation of color #514DD8: hue angle of 241.73º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #514DD8 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8177216-
CMYK0.620.6400.15
HSL241.73º64.06%57.45%-
HSV(B)241.73º64.35%84.71%-
XYZ18.4412.0166.31-
YUV94.04196.83118.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.66%
GREEN value IS 77 (30.47% from 255) = 20.59%
BLUE value IS 216 (84.77% from 255) = 57.75%
R=21.66%
G=20.59%
B=57.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal81772160.620.6400.15241.7364.0657.45
Hex514DD83E400Ff24039
Octal1211153307610001736210071
Binary1010001100110111011000111110100000001111111100101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #514DD8;
 }
 .AnyTagClassName
 {
   color: #514DD8;
 }
</style>
background-color css

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

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

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

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

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

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