Html Css Color HEX #514FDC Free Speech Blue

📋 copy color: '#514FDC'

red 81 ◦ green 79 ◦ blue 220

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

Shades of Free Speech Blue #514FDC

Tints of Free Speech Blue #514FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.79%

 BLUE value IS 220 (86.33% from 255) = 57.89%

R = 21.32%
G = 20.79%
B = 57.89%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#514FDC (or 0x514FDC) is known color: Free Speech Blue. HEX triplet: 51, 4F and DC. RGB value is (81,79,220). Sum of RGB (Red+Green+Blue) = 81+79+220=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #514FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FDC is #AEB023. Grayscale: #5F5F5F. Windows color (decimal): -11448356 or 14438225. OLE color: 14438225.

HSL color Cylindrical-coordinate representation of color #514FDC: hue angle of 240.85º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #514FDC is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 79 220 -
CMYK 0.63 0.64 0 0.14
HSL 240.85º 0.67% 0.59% -
HSV(B) 240.85º 0.64% 0.86% -
XYZ 19.11 12.51 69.12 -
YUV 95.67 198.16 117.54 -
System Red Green Blue C M Y K H S L
Decimal 81 79 220 0.63 0.64 0 0.14 240.85 0.67 0.59
Hex 51 4F DC 3F 40 0 E F1 43 3B
Octal 121 117 334 77 100 0 16 361 103 73
Binary 1010001 1001111 11011100 111111 1000000 0 1110 11110001 1000011 111011

Color Harmonies of #514FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514FDC

Black with #514FDC

Text Example


Text Example

White with #514FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,79,220); }

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

background-color css

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

 a { background-color: rgb(81,79,220); }

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

border-color css

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

 span { border-color: rgb(81,79,220); }

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