Html Css Color HEX #514FDA Free Speech Blue

📋 copy color: '#514FDA'

red 81 ◦ green 79 ◦ blue 218

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

Shades of Free Speech Blue #514FDA

Tints of Free Speech Blue #514FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.67%

R = 21.43%
G = 20.9%
B = 57.67%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#514FDA (or 0x514FDA) is known color: Free Speech Blue. HEX triplet: 51, 4F and DA. RGB value is (81,79,218). Sum of RGB (Red+Green+Blue) = 81+79+218=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #514FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FDA is #AEB025. Grayscale: #5E5E5E. Windows color (decimal): -11448358 or 14307153. OLE color: 14307153.

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

Color convert

RGB 81 79 218 -
CMYK 0.63 0.64 0 0.15
HSL 240.86º 0.65% 0.58% -
HSV(B) 240.86º 0.64% 0.85% -
XYZ 18.84 12.4 67.73 -
YUV 95.44 197.16 117.7 -
System Red Green Blue C M Y K H S L
Decimal 81 79 218 0.63 0.64 0 0.15 240.86 0.65 0.58
Hex 51 4F DA 3F 40 0 F F1 41 3A
Octal 121 117 332 77 100 0 17 361 101 72
Binary 1010001 1001111 11011010 111111 1000000 0 1111 11110001 1000001 111010

Color Harmonies of #514FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514FDA

Black with #514FDA

Text Example


Text Example

White with #514FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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