#515FD2

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

Shades of Free Speech Blue #515FD2

Tints of Free Speech Blue #515FD2

Color information

#515FD2 (or 0x515FD2) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5F and D2. RGB value is (81,95,210). Sum of RGB (Red+Green+Blue) = 81+95+210=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 210 (82.42% from 255 or 54.40% from 386); Max value from RGB is 210 - color contains mainly: blue. Hex color #515FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FD2 is #AEA02D. Grayscale: #676767. Windows color (decimal): -11444270 or 13786961. OLE color: 13786961.

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

Color convert

RGB8195210-
CMYK0.610.5500.18
HSL233.49º58.9%57.06%-
HSV(B)233.49º61.43%82.35%-
XYZ19.1214.5962.78-
YUV103.92187.86111.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.98%
GREEN value IS 95 (37.5% from 255) = 24.61%
BLUE value IS 210 (82.42% from 255) = 54.40%
R=20.98%
G=24.61%
B=54.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal81952100.610.5500.18233.4958.957.06
Hex515FD23D37012e93b39
Octal12113732275670223517371
Binary101000110111111101001011110111011101001011101001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515FD2; }

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

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

<style>
 a { background-color: #515FD2; }

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

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

<style>
 span { border-color: #515FD2; }

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

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