Html Css Color HEX #514EDB Free Speech Blue

📋 copy color: '#514EDB'

red 81 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Blue #514EDB

Tints of Free Speech Blue #514EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.63%

 BLUE value IS 219 (85.94% from 255) = 57.94%

R = 21.43%
G = 20.63%
B = 57.94%

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

#514EDB (or 0x514EDB) is known color: Free Speech Blue. HEX triplet: 51, 4E and DB. RGB value is (81,78,219). Sum of RGB (Red+Green+Blue) = 81+78+219=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #514EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514EDB is #AEB124. Grayscale: #5E5E5E. Windows color (decimal): -11448613 or 14372433. OLE color: 14372433.

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

Color convert

RGB 81 78 219 -
CMYK 0.63 0.64 0 0.14
HSL 241.28º 0.66% 0.58% -
HSV(B) 241.28º 0.64% 0.86% -
XYZ 18.9 12.31 68.4 -
YUV 94.97 197.99 118.04 -
System Red Green Blue C M Y K H S L
Decimal 81 78 219 0.63 0.64 0 0.14 241.28 0.66 0.58
Hex 51 4E DB 3F 40 0 E F1 42 3A
Octal 121 116 333 77 100 0 16 361 102 72
Binary 1010001 1001110 11011011 111111 1000000 0 1110 11110001 1000010 111010

Color Harmonies of #514EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514EDB

Black with #514EDB

Text Example


Text Example

White with #514EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,78,219); }

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

background-color css

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

 a { background-color: rgb(81,78,219); }

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

border-color css

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

 span { border-color: rgb(81,78,219); }

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