Html Css Color HEX #514FCD Free Speech Blue

📋 copy color: '#514FCD'

red 81 ◦ green 79 ◦ blue 205

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

Shades of Free Speech Blue #514FCD

Tints of Free Speech Blue #514FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 22.19%
G = 21.64%
B = 56.16%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#514FCD (or 0x514FCD) is known color: Free Speech Blue. HEX triplet: 51, 4F and CD. RGB value is (81,79,205). Sum of RGB (Red+Green+Blue) = 81+79+205=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #514FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FCD is #AEB032. Grayscale: #5D5D5D. Windows color (decimal): -11448371 or 13455185. OLE color: 13455185.

HSL color Cylindrical-coordinate representation of color #514FCD: hue angle of 240.95º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #514FCD is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 79 205 -
CMYK 0.60 0.61 0 0.20
HSL 240.95º 0.56% 0.56% -
HSV(B) 240.95º 0.61% 0.8% -
XYZ 17.21 11.75 59.12 -
YUV 93.96 190.66 118.75 -
System Red Green Blue C M Y K H S L
Decimal 81 79 205 0.60 0.61 0 0.20 240.95 0.56 0.56
Hex 51 4F CD 3C 3D 0 14 F1 38 38
Octal 121 117 315 74 75 0 24 361 70 70
Binary 1010001 1001111 11001101 111100 111101 0 10100 11110001 111000 111000

Color Harmonies of #514FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514FCD

Black with #514FCD

Text Example


Text Example

White with #514FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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