Html Css Color HEX #515BD0 Free Speech Blue

📋 copy color: '#515BD0'

red 81 ◦ green 91 ◦ blue 208

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

Shades of Free Speech Blue #515BD0

Tints of Free Speech Blue #515BD0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.95%

 BLUE value IS 208 (81.64% from 255) = 54.74%

R = 21.32%
G = 23.95%
B = 54.74%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#515BD0 (or 0x515BD0) is known color: Free Speech Blue. HEX triplet: 51, 5B and D0. RGB value is (81,91,208). Sum of RGB (Red+Green+Blue) = 81+91+208=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 208 (81.64% from 255 or 54.74% from 380); Max value from RGB is 208 - color contains mainly: blue. Hex color #515BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BD0 is #AEA42F. Grayscale: #646464. Windows color (decimal): -11445296 or 13654865. OLE color: 13654865.

HSL color Cylindrical-coordinate representation of color #515BD0: hue angle of 235.28º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #515BD0 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 91 208 -
CMYK 0.61 0.56 0 0.18
HSL 235.28º 0.57% 0.57% -
HSV(B) 235.28º 0.61% 0.82% -
XYZ 18.52 13.79 61.36 -
YUV 101.35 188.19 113.49 -
System Red Green Blue C M Y K H S L
Decimal 81 91 208 0.61 0.56 0 0.18 235.28 0.57 0.57
Hex 51 5B D0 3D 38 0 12 EB 39 39
Octal 121 133 320 75 70 0 22 353 71 71
Binary 1010001 1011011 11010000 111101 111000 0 10010 11101011 111001 111001

Color Harmonies of #515BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BD0

Black with #515BD0

Text Example


Text Example

White with #515BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,91,208); }

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

background-color css

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

 a { background-color: rgb(81,91,208); }

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

border-color css

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

 span { border-color: rgb(81,91,208); }

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