Html Css Color HEX #515DCD Free Speech Blue

📋 copy color: '#515DCD'

red 81 ◦ green 93 ◦ blue 205

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

Shades of Free Speech Blue #515DCD

Tints of Free Speech Blue #515DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.54%

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

R = 21.37%
G = 24.54%
B = 54.09%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#515DCD (or 0x515DCD) is known color: Free Speech Blue. HEX triplet: 51, 5D and CD. RGB value is (81,93,205). Sum of RGB (Red+Green+Blue) = 81+93+205=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #515DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DCD is #AEA232. Grayscale: #656565. Windows color (decimal): -11444787 or 13458769. OLE color: 13458769.

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

Color convert

RGB 81 93 205 -
CMYK 0.60 0.55 0 0.20
HSL 234.19º 0.55% 0.56% -
HSV(B) 234.19º 0.6% 0.8% -
XYZ 18.33 13.99 59.49 -
YUV 102.18 186.02 112.89 -
System Red Green Blue C M Y K H S L
Decimal 81 93 205 0.60 0.55 0 0.20 234.19 0.55 0.56
Hex 51 5D CD 3C 37 0 14 EA 37 38
Octal 121 135 315 74 67 0 24 352 67 70
Binary 1010001 1011101 11001101 111100 110111 0 10100 11101010 110111 111000

Color Harmonies of #515DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DCD

Black with #515DCD

Text Example


Text Example

White with #515DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515DCD; }

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

 H1.HeaderClassName
 {
   color: #515DCD;
 }
 .AnyTagClassName
 {
   color: #515DCD;
 }
</style>

background-color css

<style>
 a { background-color: #515DCD; }

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

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

border-color css

<style>
 span { border-color: #515DCD; }

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

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