Html Css Color HEX #514ACC Free Speech Blue

📋 copy color: '#514ACC'

red 81 ◦ green 74 ◦ blue 204

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

Shades of Free Speech Blue #514ACC

Tints of Free Speech Blue #514ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.82%

R = 22.56%
G = 20.61%
B = 56.82%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#514ACC (or 0x514ACC) is known color: Free Speech Blue. HEX triplet: 51, 4A and CC. RGB value is (81,74,204). Sum of RGB (Red+Green+Blue) = 81+74+204=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #514ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514ACC is #AEB533. Grayscale: #5A5A5A. Windows color (decimal): -11449652 or 13388369. OLE color: 13388369.

HSL color Cylindrical-coordinate representation of color #514ACC: hue angle of 243.23º degrees, saturation: 0.56, 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 #514ACC is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 74 204 -
CMYK 0.60 0.64 0 0.2
HSL 243.23º 0.56% 0.55% -
HSV(B) 243.23º 0.64% 0.8% -
XYZ 16.74 11.01 58.37 -
YUV 90.91 191.82 120.93 -
System Red Green Blue C M Y K H S L
Decimal 81 74 204 0.60 0.64 0 0.2 243.23 0.56 0.55
Hex 51 4A CC 3C 40 0 14 F3 38 37
Octal 121 112 314 74 100 0 24 363 70 67
Binary 1010001 1001010 11001100 111100 1000000 0 10100 11110011 111000 110111

Color Harmonies of #514ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514ACC

Black with #514ACC

Text Example


Text Example

White with #514ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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