Html Css Color HEX #514DCE Free Speech Blue

📋 copy color: '#514DCE'

red 81 ◦ green 77 ◦ blue 206

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

Shades of Free Speech Blue #514DCE

Tints of Free Speech Blue #514DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.15%

 BLUE value IS 206 (80.86% from 255) = 56.59%

R = 22.25%
G = 21.15%
B = 56.59%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#514DCE (or 0x514DCE) is known color: Free Speech Blue. HEX triplet: 51, 4D and CE. RGB value is (81,77,206). Sum of RGB (Red+Green+Blue) = 81+77+206=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #514DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DCE is #AEB231. Grayscale: #5C5C5C. Windows color (decimal): -11448882 or 13520209. OLE color: 13520209.

HSL color Cylindrical-coordinate representation of color #514DCE: hue angle of 241.86º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #514DCE is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 77 206 -
CMYK 0.61 0.63 0 0.19
HSL 241.86º 0.57% 0.55% -
HSV(B) 241.86º 0.63% 0.81% -
XYZ 17.19 11.51 59.71 -
YUV 92.9 191.83 119.51 -
System Red Green Blue C M Y K H S L
Decimal 81 77 206 0.61 0.63 0 0.19 241.86 0.57 0.55
Hex 51 4D CE 3D 3F 0 13 F2 39 37
Octal 121 115 316 75 77 0 23 362 71 67
Binary 1010001 1001101 11001110 111101 111111 0 10011 11110010 111001 110111

Color Harmonies of #514DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514DCE

Black with #514DCE

Text Example


Text Example

White with #514DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,77,206); }

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

background-color css

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

 a { background-color: rgb(81,77,206); }

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

border-color css

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

 span { border-color: rgb(81,77,206); }

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