Html Css Color HEX #515ED0 Free Speech Blue

📋 copy color: '#515ED0'

red 81 ◦ green 94 ◦ blue 208

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

Shades of Free Speech Blue #515ED0

Tints of Free Speech Blue #515ED0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.54%

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

R = 21.15%
G = 24.54%
B = 54.31%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#515ED0 (or 0x515ED0) is known color: Free Speech Blue. HEX triplet: 51, 5E and D0. RGB value is (81,94,208). Sum of RGB (Red+Green+Blue) = 81+94+208=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #515ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515ED0 is #AEA12F. Grayscale: #666666. Windows color (decimal): -11444528 or 13655633. OLE color: 13655633.

HSL color Cylindrical-coordinate representation of color #515ED0: hue angle of 233.86º 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 #515ED0 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 94 208 -
CMYK 0.61 0.55 0 0.18
HSL 233.86º 0.57% 0.57% -
HSV(B) 233.86º 0.61% 0.82% -
XYZ 18.78 14.31 61.45 -
YUV 103.11 187.19 112.23 -
System Red Green Blue C M Y K H S L
Decimal 81 94 208 0.61 0.55 0 0.18 233.86 0.57 0.57
Hex 51 5E D0 3D 37 0 12 EA 39 39
Octal 121 136 320 75 67 0 22 352 71 71
Binary 1010001 1011110 11010000 111101 110111 0 10010 11101010 111001 111001

Color Harmonies of #515ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515ED0

Black with #515ED0

Text Example


Text Example

White with #515ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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