Html Css Color HEX #515DD7 Free Speech Blue

📋 copy color: '#515DD7'

red 81 ◦ green 93 ◦ blue 215

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

Shades of Free Speech Blue #515DD7

Tints of Free Speech Blue #515DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 55.27%

R = 20.82%
G = 23.91%
B = 55.27%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#515DD7 (or 0x515DD7) is known color: Free Speech Blue. HEX triplet: 51, 5D and D7. RGB value is (81,93,215). Sum of RGB (Red+Green+Blue) = 81+93+215=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 215 (84.38% from 255 or 55.27% from 389); Max value from RGB is 215 - color contains mainly: blue. Hex color #515DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DD7 is #AEA228. Grayscale: #666666. Windows color (decimal): -11444777 or 14114129. OLE color: 14114129.

HSL color Cylindrical-coordinate representation of color #515DD7: hue angle of 234.63º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #515DD7 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 93 215 -
CMYK 0.62 0.57 0 0.16
HSL 234.63º 0.63% 0.58% -
HSV(B) 234.63º 0.62% 0.84% -
XYZ 19.57 14.48 66.05 -
YUV 103.32 191.02 112.08 -
System Red Green Blue C M Y K H S L
Decimal 81 93 215 0.62 0.57 0 0.16 234.63 0.63 0.58
Hex 51 5D D7 3E 39 0 10 EB 3F 3A
Octal 121 135 327 76 71 0 20 353 77 72
Binary 1010001 1011101 11010111 111110 111001 0 10000 11101011 111111 111010

Color Harmonies of #515DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DD7

Black with #515DD7

Text Example


Text Example

White with #515DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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