Html Css Color HEX #514ACD Free Speech Blue

📋 copy color: '#514ACD'

red 81 ◦ green 74 ◦ blue 205

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

Shades of Free Speech Blue #514ACD

Tints of Free Speech Blue #514ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.56%

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

R = 22.5%
G = 20.56%
B = 56.94%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#514ACD (or 0x514ACD) is known color: Free Speech Blue. HEX triplet: 51, 4A and CD. RGB value is (81,74,205). Sum of RGB (Red+Green+Blue) = 81+74+205=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #514ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514ACD is #AEB532. Grayscale: #5A5A5A. Windows color (decimal): -11449651 or 13453905. OLE color: 13453905.

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

Color convert

RGB 81 74 205 -
CMYK 0.60 0.64 0 0.20
HSL 243.21º 0.57% 0.55% -
HSV(B) 243.21º 0.64% 0.8% -
XYZ 16.86 11.05 59 -
YUV 91.03 192.32 120.85 -
System Red Green Blue C M Y K H S L
Decimal 81 74 205 0.60 0.64 0 0.20 243.21 0.57 0.55
Hex 51 4A CD 3C 40 0 14 F3 39 37
Octal 121 112 315 74 100 0 24 363 71 67
Binary 1010001 1001010 11001101 111100 1000000 0 10100 11110011 111001 110111

Color Harmonies of #514ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514ACD

Black with #514ACD

Text Example


Text Example

White with #514ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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