Html Css Color HEX #514FDB Free Speech Blue

📋 copy color: '#514FDB'

red 81 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Blue #514FDB

Tints of Free Speech Blue #514FDB

RGB

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

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

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

R = 21.37%
G = 20.84%
B = 57.78%

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

#514FDB (or 0x514FDB) is known color: Free Speech Blue. HEX triplet: 51, 4F and DB. RGB value is (81,79,219). Sum of RGB (Red+Green+Blue) = 81+79+219=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #514FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FDB is #AEB024. Grayscale: #5F5F5F. Windows color (decimal): -11448357 or 14372689. OLE color: 14372689.

HSL color Cylindrical-coordinate representation of color #514FDB: hue angle of 240.86º 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 #514FDB is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 79 219 -
CMYK 0.63 0.64 0 0.14
HSL 240.86º 0.66% 0.58% -
HSV(B) 240.86º 0.64% 0.86% -
XYZ 18.98 12.46 68.42 -
YUV 95.56 197.66 117.62 -
System Red Green Blue C M Y K H S L
Decimal 81 79 219 0.63 0.64 0 0.14 240.86 0.66 0.58
Hex 51 4F DB 3F 40 0 E F1 42 3A
Octal 121 117 333 77 100 0 16 361 102 72
Binary 1010001 1001111 11011011 111111 1000000 0 1110 11110001 1000010 111010

Color Harmonies of #514FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514FDB

Black with #514FDB

Text Example


Text Example

White with #514FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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